Html Css Color HEX #6684BA Danube

📋 copy color: '#6684BA'

red 102 ◦ green 132 ◦ blue 186

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

Shades of Danube #6684BA

Tints of Danube #6684BA

RGB

 RED value IS 102 (40.23% from 255) = 24.29%

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 24.29%
G = 31.43%
B = 44.29%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6684BA (or 0x6684BA) is known color: Danube. HEX triplet: 66, 84 and BA. RGB value is (102,132,186). Sum of RGB (Red+Green+Blue) = 102+132+186=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #6684BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6684BA is #997B45. Grayscale: #808080. Windows color (decimal): -10058566 or 12223590. OLE color: 12223590.

HSL color Cylindrical-coordinate representation of color #6684BA: hue angle of 218.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6684BA is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 132 186 -
CMYK 0.45 0.29 0 0.27
HSL 218.57º 0.38% 0.56% -
HSV(B) 218.57º 0.45% 0.73% -
XYZ 22.59 22.87 49.68 -
YUV 129.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 102 132 186 0.45 0.29 0 0.27 218.57 0.38 0.56
Hex 66 84 BA 2D 1D 0 1B DB 26 38
Octal 146 204 272 55 35 0 33 333 46 70
Binary 1100110 10000100 10111010 101101 11101 0 11011 11011011 100110 111000

Color Harmonies of #6684BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6684BA

Black with #6684BA

Text Example


Text Example

White with #6684BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6684BA; }

 p { color: rgb(102,132,186); }

 H1.HeaderClassName
 {
   color: #6684BA;
 }
 .AnyTagClassName
 {
   color: #6684BA;
 }
</style>

background-color css

<style>
 a { background-color: #6684BA; }

 a { background-color: rgb(102,132,186); }

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

border-color css

<style>
 span { border-color: #6684BA; }

 span { border-color: rgb(102,132,186); }

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