Html Css Color HEX #6087CA Danube

📋 copy color: '#6087CA'

red 96 ◦ green 135 ◦ blue 202

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

Shades of Danube #6087CA

Tints of Danube #6087CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 22.17%
G = 31.18%
B = 46.65%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6087CA (or 0x6087CA) is known color: Danube. HEX triplet: 60, 87 and CA. RGB value is (96,135,202). Sum of RGB (Red+Green+Blue) = 96+135+202=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #6087CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087CA is #9F7835. Grayscale: #828282. Windows color (decimal): -10450998 or 13272928. OLE color: 13272928.

HSL color Cylindrical-coordinate representation of color #6087CA: hue angle of 217.92º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6087CA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 135 202 -
CMYK 0.52 0.33 0 0.21
HSL 217.92º 0.5% 0.58% -
HSV(B) 217.92º 0.52% 0.79% -
XYZ 24.15 24.08 59.25 -
YUV 130.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 96 135 202 0.52 0.33 0 0.21 217.92 0.5 0.58
Hex 60 87 CA 34 21 0 15 DA 32 3A
Octal 140 207 312 64 41 0 25 332 62 72
Binary 1100000 10000111 11001010 110100 100001 0 10101 11011010 110010 111010

Color Harmonies of #6087CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087CA

Black with #6087CA

Text Example


Text Example

White with #6087CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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