#6085E1

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

Shades of Cornflower Blue #6085E1

Tints of Cornflower Blue #6085E1

Color information

#6085E1 (or 0x6085E1) is unknown color: approx Cornflower Blue. HEX triplet: 60, 85 and E1. RGB value is (96,133,225). Sum of RGB (Red+Green+Blue) = 96+133+225=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #6085E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085E1 is #9F7A1E. Grayscale: #848484. Windows color (decimal): -10451487 or 14779744. OLE color: 14779744.

HSL color Cylindrical-coordinate representation of color #6085E1: hue angle of 222.79º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6085E1 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB96133225-
CMYK0.570.4100.12
HSL222.79º68.25%62.94%-
HSV(B)222.79º57.33%88.24%-
XYZ26.824.774.59-
YUV132.43180.24102.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=21.15%
G=29.30%
B=49.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal961332250.570.4100.12222.7968.2562.94
Hex6085E139290Cdf443f
Octal140205341715101433710477
Binary1100000100001011110000111100110100101100110111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6085E1; }

 p { color: rgb(96,133,225); }

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

<style>
 a { background-color: #6085E1; }

 a { background-color: rgb(96,133,225); }

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

<style>
 span { border-color: #6085E1; }

 span { border-color: rgb(96,133,225); }

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