Html Css Color HEX #6884C9 Danube

📋 copy color: '#6884C9'

red 104 ◦ green 132 ◦ blue 201

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

Shades of Danube #6884C9

Tints of Danube #6884C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46%

R = 23.8%
G = 30.21%
B = 46%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6884C9 (or 0x6884C9) is known color: Danube. HEX triplet: 68, 84 and C9. RGB value is (104,132,201). Sum of RGB (Red+Green+Blue) = 104+132+201=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #6884C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884C9 is #977B36. Grayscale: #838383. Windows color (decimal): -9927479 or 13206632. OLE color: 13206632.

HSL color Cylindrical-coordinate representation of color #6884C9: hue angle of 222.68º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6884C9 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 132 201 -
CMYK 0.48 0.34 0 0.21
HSL 222.68º 0.47% 0.6% -
HSV(B) 222.68º 0.48% 0.79% -
XYZ 24.5 23.66 58.53 -
YUV 131.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 104 132 201 0.48 0.34 0 0.21 222.68 0.47 0.6
Hex 68 84 C9 30 22 0 15 DF 2F 3C
Octal 150 204 311 60 42 0 25 337 57 74
Binary 1101000 10000100 11001001 110000 100010 0 10101 11011111 101111 111100

Color Harmonies of #6884C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884C9

Black with #6884C9

Text Example


Text Example

White with #6884C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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