#6277FF

Color #6277FF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6277FF

Tints of Cornflower Blue #6277FF

Color information

#6277FF (or 0x6277FF) is unknown color: approx Cornflower Blue. HEX triplet: 62, 77 and FF. RGB value is (98,119,255). Sum of RGB (Red+Green+Blue) = 98+119+255=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6277FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6277FF is #9D8800. Grayscale: #7F7F7F. Windows color (decimal): -10323969 or 16742242. OLE color: 16742242.

HSL color Cylindrical-coordinate representation of color #6277FF: hue angle of 231.97º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6277FF is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98119255-
CMYK0.620.5300
HSL231.97º100%69.22%-
HSV(B)231.97º61.57%100%-
XYZ29.6823.0197.48-
YUV128.22199.54106.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 20.76%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 255 (100% from 255) = 54.03%
R=20.76%
G=25.21%
B=54.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal981192550.620.5300231.9710069.22
Hex6277FF3E3500e86445
Octal142167377766500350144105
Binary1100010111011111111111111110110101001110100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6277FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6277FF; }

 p { color: rgb(98,119,255); }

 H1.HeaderClassName
 {
   color: #6277FF;
 }
 .AnyTagClassName
 {
   color: #6277FF;
 }
</style>
background-color css

<style>
 a { background-color: #6277FF; }

 a { background-color: rgb(98,119,255); }

 div.DivClassName
 {
   background-color: #6277FF;
 }
 .BgClassName
 {
   background-color: #6277FF;
 }
</style>
border-color css

<style>
 span { border-color: #6277FF; }

 span { border-color: rgb(98,119,255); }

 td.TdClassName
 {
   border-color: #6277FF;
 }
 .TagClassName
 {
   border-color: #6277FF;
 }
</style>