Html Css Color HEX #6087DC Cornflower Blue

📋 copy color: '#6087DC'

red 96 ◦ green 135 ◦ blue 220

#6087DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6087DC

Tints of Cornflower Blue #6087DC

RGB

 RED value IS 96 (37.89% from 255) = 21.29%

 GREEN value IS 135 (53.13% from 255) = 29.93%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 21.29%
G = 29.93%
B = 48.78%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6087DC (or 0x6087DC) is known color: Cornflower Blue. HEX triplet: 60, 87 and DC. RGB value is (96,135,220). Sum of RGB (Red+Green+Blue) = 96+135+220=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #6087DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087DC is #9F7823. Grayscale: #848484. Windows color (decimal): -10450980 or 14452576. OLE color: 14452576.

HSL color Cylindrical-coordinate representation of color #6087DC: hue angle of 221.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6087DC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 135 220 -
CMYK 0.56 0.39 0 0.14
HSL 221.13º 0.64% 0.62% -
HSV(B) 221.13º 0.56% 0.86% -
XYZ 26.41 24.98 71.14 -
YUV 133.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 96 135 220 0.56 0.39 0 0.14 221.13 0.64 0.62
Hex 60 87 DC 38 27 0 E DD 40 3E
Octal 140 207 334 70 47 0 16 335 100 76
Binary 1100000 10000111 11011100 111000 100111 0 1110 11011101 1000000 111110

Color Harmonies of #6087DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087DC

Black with #6087DC

Text Example


Text Example

White with #6087DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6087DC;
 }
 .AnyTagClassName
 {
   color: #6087DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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