Html Css Color HEX #6885BD Danube

📋 copy color: '#6885BD'

red 104 ◦ green 133 ◦ blue 189

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

Shades of Danube #6885BD

Tints of Danube #6885BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 24.41%
G = 31.22%
B = 44.37%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6885BD (or 0x6885BD) is known color: Danube. HEX triplet: 68, 85 and BD. RGB value is (104,133,189). Sum of RGB (Red+Green+Blue) = 104+133+189=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #6885BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885BD is #977A42. Grayscale: #828282. Windows color (decimal): -9927235 or 12420456. OLE color: 12420456.

HSL color Cylindrical-coordinate representation of color #6885BD: hue angle of 219.53º 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 #6885BD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 133 189 -
CMYK 0.45 0.30 0 0.26
HSL 219.53º 0.39% 0.57% -
HSV(B) 219.53º 0.45% 0.74% -
XYZ 23.28 23.39 51.43 -
YUV 130.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 104 133 189 0.45 0.30 0 0.26 219.53 0.39 0.57
Hex 68 85 BD 2D 1E 0 1A DC 27 39
Octal 150 205 275 55 36 0 32 334 47 71
Binary 1101000 10000101 10111101 101101 11110 0 11010 11011100 100111 111001

Color Harmonies of #6885BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885BD

Black with #6885BD

Text Example


Text Example

White with #6885BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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