Html Css Color HEX #6686BC Danube

📋 copy color: '#6686BC'

red 102 ◦ green 134 ◦ blue 188

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

Shades of Danube #6686BC

Tints of Danube #6686BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 24.06%
G = 31.6%
B = 44.34%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6686BC (or 0x6686BC) is known color: Danube. HEX triplet: 66, 86 and BC. RGB value is (102,134,188). Sum of RGB (Red+Green+Blue) = 102+134+188=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #6686BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686BC is #997943. Grayscale: #828282. Windows color (decimal): -10058052 or 12355174. OLE color: 12355174.

HSL color Cylindrical-coordinate representation of color #6686BC: hue angle of 217.67º 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 #6686BC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 134 188 -
CMYK 0.46 0.29 0 0.26
HSL 217.67º 0.39% 0.57% -
HSV(B) 217.67º 0.46% 0.74% -
XYZ 23.08 23.51 50.9 -
YUV 130.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 102 134 188 0.46 0.29 0 0.26 217.67 0.39 0.57
Hex 66 86 BC 2E 1D 0 1A DA 27 39
Octal 146 206 274 56 35 0 32 332 47 71
Binary 1100110 10000110 10111100 101110 11101 0 11010 11011010 100111 111001

Color Harmonies of #6686BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6686BC

Black with #6686BC

Text Example


Text Example

White with #6686BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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