#6085E3

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

Shades of Cornflower Blue #6085E3

Tints of Cornflower Blue #6085E3

Color information

#6085E3 (or 0x6085E3) is unknown color: approx Cornflower Blue. HEX triplet: 60, 85 and E3. RGB value is (96,133,227). Sum of RGB (Red+Green+Blue) = 96+133+227=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #6085E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085E3 is #9F7A1C. Grayscale: #848484. Windows color (decimal): -10451485 or 14910816. OLE color: 14910816.

HSL color Cylindrical-coordinate representation of color #6085E3: hue angle of 223.05º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6085E3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96133227-
CMYK0.580.4100.11
HSL223.05º70.05%63.33%-
HSV(B)223.05º57.71%89.02%-
XYZ27.0824.8176.03-
YUV132.65181.24101.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 227 (89.06% from 255) = 49.78%
R=21.05%
G=29.17%
B=49.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961332270.580.4100.11223.0570.0563.33
Hex6085E33A290Bdf463f
Octal140205343725101333710677
Binary1100000100001011110001111101010100101011110111111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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