#6094DF

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

Shades of Cornflower Blue #6094DF

Tints of Cornflower Blue #6094DF

Color information

#6094DF (or 0x6094DF) is unknown color: approx Cornflower Blue. HEX triplet: 60, 94 and DF. RGB value is (96,148,223). Sum of RGB (Red+Green+Blue) = 96+148+223=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #6094DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094DF is #9F6B20. Grayscale: #8C8C8C. Windows color (decimal): -10447649 or 14652512. OLE color: 14652512.

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

Color convert

RGB96148223-
CMYK0.570.3400.13
HSL215.43º66.49%62.55%-
HSV(B)215.43º56.95%87.45%-
XYZ28.7328.9973.89-
YUV141174.2795.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=20.56%
G=31.69%
B=47.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961482230.570.3400.13215.4366.4962.55
Hex6094DF39220Dd7423f
Octal140224337714201532710277
Binary1100000100101001101111111100110001001101110101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6094DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6094DF; }

 p { color: rgb(96,148,223); }

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

<style>
 a { background-color: #6094DF; }

 a { background-color: rgb(96,148,223); }

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

<style>
 span { border-color: #6094DF; }

 span { border-color: rgb(96,148,223); }

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