Html Css Color HEX #6885BE Danube

📋 copy color: '#6885BE'

red 104 ◦ green 133 ◦ blue 190

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

Shades of Danube #6885BE

Tints of Danube #6885BE

RGB

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

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

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

R = 24.36%
G = 31.15%
B = 44.5%

CMYK

 C value IS 0.45

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6885BE (or 0x6885BE) is known color: Danube. HEX triplet: 68, 85 and BE. RGB value is (104,133,190). Sum of RGB (Red+Green+Blue) = 104+133+190=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #6885BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885BE is #977A41. Grayscale: #828282. Windows color (decimal): -9927234 or 12485992. OLE color: 12485992.

HSL color Cylindrical-coordinate representation of color #6885BE: hue angle of 219.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6885BE is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 133 190 -
CMYK 0.45 0.3 0 0.25
HSL 219.77º 0.4% 0.58% -
HSV(B) 219.77º 0.45% 0.75% -
XYZ 23.39 23.44 52.01 -
YUV 130.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 104 133 190 0.45 0.3 0 0.25 219.77 0.4 0.58
Hex 68 85 BE 2D 1E 0 19 DC 28 3A
Octal 150 205 276 55 36 0 31 334 50 72
Binary 1101000 10000101 10111110 101101 11110 0 11001 11011100 101000 111010

Color Harmonies of #6885BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885BE

Black with #6885BE

Text Example


Text Example

White with #6885BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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