Html Css Color HEX #6889BD Danube

📋 copy color: '#6889BD'

red 104 ◦ green 137 ◦ blue 189

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

Shades of Danube #6889BD

Tints of Danube #6889BD

RGB

 RED value IS 104 (41.02% from 255) = 24.19%

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 24.19%
G = 31.86%
B = 43.95%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6889BD (or 0x6889BD) is known color: Danube. HEX triplet: 68, 89 and BD. RGB value is (104,137,189). Sum of RGB (Red+Green+Blue) = 104+137+189=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #6889BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889BD is #977642. Grayscale: #848484. Windows color (decimal): -9926211 or 12421480. OLE color: 12421480.

HSL color Cylindrical-coordinate representation of color #6889BD: hue angle of 216.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6889BD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 137 189 -
CMYK 0.45 0.28 0 0.26
HSL 216.71º 0.39% 0.57% -
HSV(B) 216.71º 0.45% 0.74% -
XYZ 23.84 24.51 51.62 -
YUV 133.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 104 137 189 0.45 0.28 0 0.26 216.71 0.39 0.57
Hex 68 89 BD 2D 1C 0 1A D9 27 39
Octal 150 211 275 55 34 0 32 331 47 71
Binary 1101000 10001001 10111101 101101 11100 0 11010 11011001 100111 111001

Color Harmonies of #6889BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6889BD

Black with #6889BD

Text Example


Text Example

White with #6889BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6889BD; }

 p { color: rgb(104,137,189); }

 H1.HeaderClassName
 {
   color: #6889BD;
 }
 .AnyTagClassName
 {
   color: #6889BD;
 }
</style>

background-color css

<style>
 a { background-color: #6889BD; }

 a { background-color: rgb(104,137,189); }

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

border-color css

<style>
 span { border-color: #6889BD; }

 span { border-color: rgb(104,137,189); }

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