#6085DA

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

Shades of Cornflower Blue #6085DA

Tints of Cornflower Blue #6085DA

Color information

#6085DA (or 0x6085DA) is unknown color: approx Cornflower Blue. HEX triplet: 60, 85 and DA. RGB value is (96,133,218). Sum of RGB (Red+Green+Blue) = 96+133+218=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #6085DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085DA is #9F7A25. Grayscale: #838383. Windows color (decimal): -10451494 or 14320992. OLE color: 14320992.

HSL color Cylindrical-coordinate representation of color #6085DA: hue angle of 221.8º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6085DA is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96133218-
CMYK0.560.3900.15
HSL221.8º62.24%61.57%-
HSV(B)221.8º55.96%85.49%-
XYZ25.8724.3269.66-
YUV131.63176.74102.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=21.48%
G=29.75%
B=48.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961332180.560.3900.15221.862.2461.57
Hex6085DA38270Fde3e3e
Octal14020533270470173367676
Binary110000010000101110110101110001001110111111011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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