Html Css Color HEX #6087BC Danube

📋 copy color: '#6087BC'

red 96 ◦ green 135 ◦ blue 188

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

Shades of Danube #6087BC

Tints of Danube #6087BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 22.91%
G = 32.22%
B = 44.87%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6087BC (or 0x6087BC) is known color: Danube. HEX triplet: 60, 87 and BC. RGB value is (96,135,188). Sum of RGB (Red+Green+Blue) = 96+135+188=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6087BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087BC is #9F7843. Grayscale: #818181. Windows color (decimal): -10451012 or 12355424. OLE color: 12355424.

HSL color Cylindrical-coordinate representation of color #6087BC: hue angle of 214.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6087BC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 135 188 -
CMYK 0.49 0.28 0 0.26
HSL 214.57º 0.41% 0.56% -
HSV(B) 214.57º 0.49% 0.74% -
XYZ 22.56 23.45 50.91 -
YUV 129.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 96 135 188 0.49 0.28 0 0.26 214.57 0.41 0.56
Hex 60 87 BC 31 1C 0 1A D7 29 38
Octal 140 207 274 61 34 0 32 327 51 70
Binary 1100000 10000111 10111100 110001 11100 0 11010 11010111 101001 111000

Color Harmonies of #6087BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087BC

Black with #6087BC

Text Example


Text Example

White with #6087BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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