Html Css Color HEX #6888CF Danube

📋 copy color: '#6888CF'

red 104 ◦ green 136 ◦ blue 207

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

Shades of Danube #6888CF

Tints of Danube #6888CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 23.27%
G = 30.43%
B = 46.31%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6888CF (or 0x6888CF) is known color: Danube. HEX triplet: 68, 88 and CF. RGB value is (104,136,207). Sum of RGB (Red+Green+Blue) = 104+136+207=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #6888CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888CF is #977730. Grayscale: #868686. Windows color (decimal): -9926449 or 13600872. OLE color: 13600872.

HSL color Cylindrical-coordinate representation of color #6888CF: hue angle of 221.36º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6888CF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 136 207 -
CMYK 0.50 0.34 0 0.19
HSL 221.36º 0.52% 0.61% -
HSV(B) 221.36º 0.5% 0.81% -
XYZ 25.78 25.06 62.51 -
YUV 134.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 104 136 207 0.50 0.34 0 0.19 221.36 0.52 0.61
Hex 68 88 CF 32 22 0 13 DD 34 3D
Octal 150 210 317 62 42 0 23 335 64 75
Binary 1101000 10001000 11001111 110010 100010 0 10011 11011101 110100 111101

Color Harmonies of #6888CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6888CF

Black with #6888CF

Text Example


Text Example

White with #6888CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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