Html Css Color HEX #6686BF Danube

📋 copy color: '#6686BF'

red 102 ◦ green 134 ◦ blue 191

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

Shades of Danube #6686BF

Tints of Danube #6686BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 23.89%
G = 31.38%
B = 44.73%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6686BF (or 0x6686BF) is known color: Danube. HEX triplet: 66, 86 and BF. RGB value is (102,134,191). Sum of RGB (Red+Green+Blue) = 102+134+191=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #6686BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686BF is #997940. Grayscale: #828282. Windows color (decimal): -10058049 or 12551782. OLE color: 12551782.

HSL color Cylindrical-coordinate representation of color #6686BF: hue angle of 218.43º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6686BF is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 134 191 -
CMYK 0.47 0.30 0 0.25
HSL 218.43º 0.41% 0.57% -
HSV(B) 218.43º 0.47% 0.75% -
XYZ 23.41 23.64 52.62 -
YUV 130.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 102 134 191 0.47 0.30 0 0.25 218.43 0.41 0.57
Hex 66 86 BF 2F 1E 0 19 DA 29 39
Octal 146 206 277 57 36 0 31 332 51 71
Binary 1100110 10000110 10111111 101111 11110 0 11001 11011010 101001 111001

Color Harmonies of #6686BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6686BF

Black with #6686BF

Text Example


Text Example

White with #6686BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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