Html Css Color HEX #6087BF Danube

📋 copy color: '#6087BF'

red 96 ◦ green 135 ◦ blue 191

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

Shades of Danube #6087BF

Tints of Danube #6087BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 22.75%
G = 31.99%
B = 45.26%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6087BF (or 0x6087BF) is known color: Danube. HEX triplet: 60, 87 and BF. RGB value is (96,135,191). Sum of RGB (Red+Green+Blue) = 96+135+191=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6087BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087BF is #9F7840. Grayscale: #818181. Windows color (decimal): -10451009 or 12552032. OLE color: 12552032.

HSL color Cylindrical-coordinate representation of color #6087BF: hue angle of 215.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6087BF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 135 191 -
CMYK 0.50 0.29 0 0.25
HSL 215.37º 0.43% 0.56% -
HSV(B) 215.37º 0.5% 0.75% -
XYZ 22.89 23.58 52.63 -
YUV 129.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 96 135 191 0.50 0.29 0 0.25 215.37 0.43 0.56
Hex 60 87 BF 32 1D 0 19 D7 2B 38
Octal 140 207 277 62 35 0 31 327 53 70
Binary 1100000 10000111 10111111 110010 11101 0 11001 11010111 101011 111000

Color Harmonies of #6087BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087BF

Black with #6087BF

Text Example


Text Example

White with #6087BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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