Html Css Color HEX #6087BB Danube

📋 copy color: '#6087BB'

red 96 ◦ green 135 ◦ blue 187

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

Shades of Danube #6087BB

Tints of Danube #6087BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 22.97%
G = 32.3%
B = 44.74%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6087BB (or 0x6087BB) is known color: Danube. HEX triplet: 60, 87 and BB. RGB value is (96,135,187). Sum of RGB (Red+Green+Blue) = 96+135+187=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #6087BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087BB is #9F7844. Grayscale: #818181. Windows color (decimal): -10451013 or 12289888. OLE color: 12289888.

HSL color Cylindrical-coordinate representation of color #6087BB: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6087BB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 135 187 -
CMYK 0.49 0.28 0 0.27
HSL 214.29º 0.4% 0.55% -
HSV(B) 214.29º 0.49% 0.73% -
XYZ 22.46 23.4 50.35 -
YUV 129.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 96 135 187 0.49 0.28 0 0.27 214.29 0.4 0.55
Hex 60 87 BB 31 1C 0 1B D6 28 37
Octal 140 207 273 61 34 0 33 326 50 67
Binary 1100000 10000111 10111011 110001 11100 0 11011 11010110 101000 110111

Color Harmonies of #6087BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087BB

Black with #6087BB

Text Example


Text Example

White with #6087BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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