Html Css Color HEX #6887CC Danube

📋 copy color: '#6887CC'

red 104 ◦ green 135 ◦ blue 204

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

Shades of Danube #6887CC

Tints of Danube #6887CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 23.48%
G = 30.47%
B = 46.05%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6887CC (or 0x6887CC) is known color: Danube. HEX triplet: 68, 87 and CC. RGB value is (104,135,204). Sum of RGB (Red+Green+Blue) = 104+135+204=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #6887CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887CC is #977833. Grayscale: #858585. Windows color (decimal): -9926708 or 13404008. OLE color: 13404008.

HSL color Cylindrical-coordinate representation of color #6887CC: hue angle of 221.4º degrees, saturation: 0.5, 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 #6887CC is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 135 204 -
CMYK 0.49 0.34 0 0.2
HSL 221.4º 0.5% 0.6% -
HSV(B) 221.4º 0.49% 0.8% -
XYZ 25.27 24.63 60.55 -
YUV 133.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 104 135 204 0.49 0.34 0 0.2 221.4 0.5 0.6
Hex 68 87 CC 31 22 0 14 DD 32 3C
Octal 150 207 314 61 42 0 24 335 62 74
Binary 1101000 10000111 11001100 110001 100010 0 10100 11011101 110010 111100

Color Harmonies of #6887CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6887CC

Black with #6887CC

Text Example


Text Example

White with #6887CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6887CC; }

 p { color: rgb(104,135,204); }

 H1.HeaderClassName
 {
   color: #6887CC;
 }
 .AnyTagClassName
 {
   color: #6887CC;
 }
</style>

background-color css

<style>
 a { background-color: #6887CC; }

 a { background-color: rgb(104,135,204); }

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

border-color css

<style>
 span { border-color: #6887CC; }

 span { border-color: rgb(104,135,204); }

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