Html Css Color HEX #6087BE Danube

📋 copy color: '#6087BE'

red 96 ◦ green 135 ◦ blue 190

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

Shades of Danube #6087BE

Tints of Danube #6087BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 22.8%
G = 32.07%
B = 45.13%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6087BE (or 0x6087BE) is known color: Danube. HEX triplet: 60, 87 and BE. RGB value is (96,135,190). Sum of RGB (Red+Green+Blue) = 96+135+190=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6087BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087BE is #9F7841. Grayscale: #818181. Windows color (decimal): -10451010 or 12486496. OLE color: 12486496.

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

Color convert

RGB 96 135 190 -
CMYK 0.49 0.29 0 0.25
HSL 215.11º 0.42% 0.56% -
HSV(B) 215.11º 0.49% 0.75% -
XYZ 22.78 23.53 52.06 -
YUV 129.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 96 135 190 0.49 0.29 0 0.25 215.11 0.42 0.56
Hex 60 87 BE 31 1D 0 19 D7 2A 38
Octal 140 207 276 61 35 0 31 327 52 70
Binary 1100000 10000111 10111110 110001 11101 0 11001 11010111 101010 111000

Color Harmonies of #6087BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087BE

Black with #6087BE

Text Example


Text Example

White with #6087BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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