#6087DD

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

Shades of Cornflower Blue #6087DD

Tints of Cornflower Blue #6087DD

Color information

#6087DD (or 0x6087DD) is unknown color: approx Cornflower Blue. HEX triplet: 60, 87 and DD. RGB value is (96,135,221). Sum of RGB (Red+Green+Blue) = 96+135+221=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6087DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087DD is #9F7822. Grayscale: #848484. Windows color (decimal): -10450979 or 14518112. OLE color: 14518112.

HSL color Cylindrical-coordinate representation of color #6087DD: hue angle of 221.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6087DD is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96135221-
CMYK0.570.3900.13
HSL221.28º64.77%62.16%-
HSV(B)221.28º56.56%86.67%-
XYZ26.5425.0471.84-
YUV133.14177.58101.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=21.24%
G=29.87%
B=48.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961352210.570.3900.13221.2864.7762.16
Hex6087DD39270Ddd413e
Octal140207335714701533510176
Binary1100000100001111101110111100110011101101110111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6087DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,135,221); }

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

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

 a { background-color: rgb(96,135,221); }

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

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

 span { border-color: rgb(96,135,221); }

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