Html Css Color HEX #6889CD Danube

📋 copy color: '#6889CD'

red 104 ◦ green 137 ◦ blue 205

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

Shades of Danube #6889CD

Tints of Danube #6889CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 23.32%
G = 30.72%
B = 45.96%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6889CD (or 0x6889CD) is known color: Danube. HEX triplet: 68, 89 and CD. RGB value is (104,137,205). Sum of RGB (Red+Green+Blue) = 104+137+205=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #6889CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889CD is #977632. Grayscale: #868686. Windows color (decimal): -9926195 or 13470056. OLE color: 13470056.

HSL color Cylindrical-coordinate representation of color #6889CD: hue angle of 220.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6889CD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 137 205 -
CMYK 0.49 0.33 0 0.20
HSL 220.4º 0.5% 0.61% -
HSV(B) 220.4º 0.49% 0.8% -
XYZ 25.67 25.24 61.28 -
YUV 134.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 104 137 205 0.49 0.33 0 0.20 220.4 0.5 0.61
Hex 68 89 CD 31 21 0 14 DC 32 3D
Octal 150 211 315 61 41 0 24 334 62 75
Binary 1101000 10001001 11001101 110001 100001 0 10100 11011100 110010 111101

Color Harmonies of #6889CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6889CD

Black with #6889CD

Text Example


Text Example

White with #6889CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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