Html Css Color HEX #6089BE Danube

📋 copy color: '#6089BE'

red 96 ◦ green 137 ◦ blue 190

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

Shades of Danube #6089BE

Tints of Danube #6089BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

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

R = 22.7%
G = 32.39%
B = 44.92%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6089BE (or 0x6089BE) is known color: Danube. HEX triplet: 60, 89 and BE. RGB value is (96,137,190). Sum of RGB (Red+Green+Blue) = 96+137+190=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6089BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089BE is #9F7641. Grayscale: #828282. Windows color (decimal): -10450498 or 12487008. OLE color: 12487008.

HSL color Cylindrical-coordinate representation of color #6089BE: hue angle of 213.83º 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 #6089BE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 137 190 -
CMYK 0.49 0.28 0 0.25
HSL 213.83º 0.42% 0.56% -
HSV(B) 213.83º 0.49% 0.75% -
XYZ 23.06 24.1 52.15 -
YUV 130.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 96 137 190 0.49 0.28 0 0.25 213.83 0.42 0.56
Hex 60 89 BE 31 1C 0 19 D6 2A 38
Octal 140 211 276 61 34 0 31 326 52 70
Binary 1100000 10001001 10111110 110001 11100 0 11001 11010110 101010 111000

Color Harmonies of #6089BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6089BE

Black with #6089BE

Text Example


Text Example

White with #6089BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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