Html Css Color HEX #6684BC Danube

📋 copy color: '#6684BC'

red 102 ◦ green 132 ◦ blue 188

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

Shades of Danube #6684BC

Tints of Danube #6684BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 24.17%
G = 31.28%
B = 44.55%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6684BC (or 0x6684BC) is known color: Danube. HEX triplet: 66, 84 and BC. RGB value is (102,132,188). Sum of RGB (Red+Green+Blue) = 102+132+188=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6684BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6684BC is #997B43. Grayscale: #818181. Windows color (decimal): -10058564 or 12354662. OLE color: 12354662.

HSL color Cylindrical-coordinate representation of color #6684BC: hue angle of 219.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6684BC is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 132 188 -
CMYK 0.46 0.30 0 0.26
HSL 219.07º 0.39% 0.57% -
HSV(B) 219.07º 0.46% 0.74% -
XYZ 22.81 22.96 50.81 -
YUV 129.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 102 132 188 0.46 0.30 0 0.26 219.07 0.39 0.57
Hex 66 84 BC 2E 1E 0 1A DB 27 39
Octal 146 204 274 56 36 0 32 333 47 71
Binary 1100110 10000100 10111100 101110 11110 0 11010 11011011 100111 111001

Color Harmonies of #6684BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6684BC

Black with #6684BC

Text Example


Text Example

White with #6684BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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