Html Css Color HEX #6885CB Danube

📋 copy color: '#6885CB'

red 104 ◦ green 133 ◦ blue 203

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

Shades of Danube #6885CB

Tints of Danube #6885CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 23.64%
G = 30.23%
B = 46.14%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6885CB (or 0x6885CB) is known color: Danube. HEX triplet: 68, 85 and CB. RGB value is (104,133,203). Sum of RGB (Red+Green+Blue) = 104+133+203=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #6885CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885CB is #977A34. Grayscale: #848484. Windows color (decimal): -9927221 or 13337960. OLE color: 13337960.

HSL color Cylindrical-coordinate representation of color #6885CB: hue angle of 222.42º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6885CB is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 133 203 -
CMYK 0.49 0.34 0 0.20
HSL 222.42º 0.49% 0.6% -
HSV(B) 222.42º 0.49% 0.8% -
XYZ 24.88 24.03 59.83 -
YUV 132.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 104 133 203 0.49 0.34 0 0.20 222.42 0.49 0.6
Hex 68 85 CB 31 22 0 14 DE 31 3C
Octal 150 205 313 61 42 0 24 336 61 74
Binary 1101000 10000101 11001011 110001 100010 0 10100 11011110 110001 111100

Color Harmonies of #6885CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885CB

Black with #6885CB

Text Example


Text Example

White with #6885CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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