Html Css Color HEX #6888CB Danube

📋 copy color: '#6888CB'

red 104 ◦ green 136 ◦ blue 203

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

Shades of Danube #6888CB

Tints of Danube #6888CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

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

R = 23.48%
G = 30.7%
B = 45.82%

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

#6888CB (or 0x6888CB) is known color: Danube. HEX triplet: 68, 88 and CB. RGB value is (104,136,203). Sum of RGB (Red+Green+Blue) = 104+136+203=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #6888CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888CB is #977734. Grayscale: #858585. Windows color (decimal): -9926453 or 13338728. OLE color: 13338728.

HSL color Cylindrical-coordinate representation of color #6888CB: hue angle of 220.61º 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 #6888CB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 136 203 -
CMYK 0.49 0.33 0 0.20
HSL 220.61º 0.49% 0.6% -
HSV(B) 220.61º 0.49% 0.8% -
XYZ 25.29 24.86 59.97 -
YUV 134.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 104 136 203 0.49 0.33 0 0.20 220.61 0.49 0.6
Hex 68 88 CB 31 21 0 14 DD 31 3C
Octal 150 210 313 61 41 0 24 335 61 74
Binary 1101000 10001000 11001011 110001 100001 0 10100 11011101 110001 111100

Color Harmonies of #6888CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6888CB

Black with #6888CB

Text Example


Text Example

White with #6888CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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