Html Css Color HEX #6087DA Cornflower Blue

📋 copy color: '#6087DA'

red 96 ◦ green 135 ◦ blue 218

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

Shades of Cornflower Blue #6087DA

Tints of Cornflower Blue #6087DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 21.38%
G = 30.07%
B = 48.55%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6087DA (or 0x6087DA) is known color: Cornflower Blue. HEX triplet: 60, 87 and DA. RGB value is (96,135,218). Sum of RGB (Red+Green+Blue) = 96+135+218=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #6087DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087DA is #9F7825. Grayscale: #848484. Windows color (decimal): -10450982 or 14321504. OLE color: 14321504.

HSL color Cylindrical-coordinate representation of color #6087DA: hue angle of 220.82º 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 #6087DA is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 135 218 -
CMYK 0.56 0.38 0 0.15
HSL 220.82º 0.62% 0.62% -
HSV(B) 220.82º 0.56% 0.85% -
XYZ 26.14 24.88 69.75 -
YUV 132.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 96 135 218 0.56 0.38 0 0.15 220.82 0.62 0.62
Hex 60 87 DA 38 26 0 F DD 3E 3E
Octal 140 207 332 70 46 0 17 335 76 76
Binary 1100000 10000111 11011010 111000 100110 0 1111 11011101 111110 111110

Color Harmonies of #6087DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087DA

Black with #6087DA

Text Example


Text Example

White with #6087DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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