Html Css Color HEX #6884CC Danube

📋 copy color: '#6884CC'

red 104 ◦ green 132 ◦ blue 204

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

Shades of Danube #6884CC

Tints of Danube #6884CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

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

R = 23.64%
G = 30%
B = 46.36%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6884CC (or 0x6884CC) is known color: Danube. HEX triplet: 68, 84 and CC. RGB value is (104,132,204). Sum of RGB (Red+Green+Blue) = 104+132+204=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #6884CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884CC is #977B33. Grayscale: #838383. Windows color (decimal): -9927476 or 13403240. OLE color: 13403240.

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

Color convert

RGB 104 132 204 -
CMYK 0.49 0.35 0 0.2
HSL 223.2º 0.5% 0.6% -
HSV(B) 223.2º 0.49% 0.8% -
XYZ 24.86 23.81 60.41 -
YUV 131.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 104 132 204 0.49 0.35 0 0.2 223.2 0.5 0.6
Hex 68 84 CC 31 23 0 14 DF 32 3C
Octal 150 204 314 61 43 0 24 337 62 74
Binary 1101000 10000100 11001100 110001 100011 0 10100 11011111 110010 111100

Color Harmonies of #6884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884CC

Black with #6884CC

Text Example


Text Example

White with #6884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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