Html Css Color HEX #6885BB Danube

📋 copy color: '#6885BB'

red 104 ◦ green 133 ◦ blue 187

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

Shades of Danube #6885BB

Tints of Danube #6885BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 24.53%
G = 31.37%
B = 44.1%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6885BB (or 0x6885BB) is known color: Danube. HEX triplet: 68, 85 and BB. RGB value is (104,133,187). Sum of RGB (Red+Green+Blue) = 104+133+187=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #6885BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885BB is #977A44. Grayscale: #828282. Windows color (decimal): -9927237 or 12289384. OLE color: 12289384.

HSL color Cylindrical-coordinate representation of color #6885BB: hue angle of 219.04º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6885BB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 133 187 -
CMYK 0.44 0.29 0 0.27
HSL 219.04º 0.38% 0.57% -
HSV(B) 219.04º 0.44% 0.73% -
XYZ 23.07 23.31 50.3 -
YUV 130.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 104 133 187 0.44 0.29 0 0.27 219.04 0.38 0.57
Hex 68 85 BB 2C 1D 0 1B DB 26 39
Octal 150 205 273 54 35 0 33 333 46 71
Binary 1101000 10000101 10111011 101100 11101 0 11011 11011011 100110 111001

Color Harmonies of #6885BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885BB

Black with #6885BB

Text Example


Text Example

White with #6885BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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