#6291FF

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

Shades of Cornflower Blue #6291FF

Tints of Cornflower Blue #6291FF

Color information

#6291FF (or 0x6291FF) is unknown color: approx Cornflower Blue. HEX triplet: 62, 91 and FF. RGB value is (98,145,255). Sum of RGB (Red+Green+Blue) = 98+145+255=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #6291FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6291FF is #9D6E00. Grayscale: #8F8F8F. Windows color (decimal): -10317313 or 16748898. OLE color: 16748898.

HSL color Cylindrical-coordinate representation of color #6291FF: hue angle of 222.04º 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 #6291FF is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98145255-
CMYK0.620.4300
HSL222.04º100%69.22%-
HSV(B)222.04º61.57%100%-
XYZ33.2130.0798.66-
YUV143.49190.9395.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.68%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 255 (100% from 255) = 51.20%
R=19.68%
G=29.12%
B=51.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal981452550.620.4300222.0410069.22
Hex6291FF3E2B00de6445
Octal142221377765300336144105
Binary11000101001000111111111111110101011001101111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6291FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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