#6292DD

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

Shades of Cornflower Blue #6292DD

Tints of Cornflower Blue #6292DD

Color information

#6292DD (or 0x6292DD) is unknown color: approx Cornflower Blue. HEX triplet: 62, 92 and DD. RGB value is (98,146,221). Sum of RGB (Red+Green+Blue) = 98+146+221=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #6292DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292DD is #9D6D22. Grayscale: #8B8B8B. Windows color (decimal): -10317091 or 14520930. OLE color: 14520930.

HSL color Cylindrical-coordinate representation of color #6292DD: hue angle of 216.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6292DD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98146221-
CMYK0.560.3400.13
HSL216.59º64.4%62.55%-
HSV(B)216.59º55.66%86.67%-
XYZ28.3728.3772.39-
YUV140.2173.697.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.08%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=21.08%
G=31.40%
B=47.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981462210.560.3400.13216.5964.462.55
Hex6292DD38220Dd9403f
Octal142222335704201533110077
Binary1100010100100101101110111100010001001101110110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6292DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6292DD; }

 p { color: rgb(98,146,221); }

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

<style>
 a { background-color: #6292DD; }

 a { background-color: rgb(98,146,221); }

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

<style>
 span { border-color: #6292DD; }

 span { border-color: rgb(98,146,221); }

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