Html Css Color HEX #696686 Kimberly

📋 copy color: '#696686'

red 105 ◦ green 102 ◦ blue 134

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

Shades of Kimberly #696686

Tints of Kimberly #696686

RGB

 RED value IS 105 (41.41% from 255) = 30.79%

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 30.79%
G = 29.91%
B = 39.3%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696686 (or 0x696686) is known color: Kimberly. HEX triplet: 69, 66 and 86. RGB value is (105,102,134). Sum of RGB (Red+Green+Blue) = 105+102+134=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #696686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696686 is #969979. Grayscale: #6A6A6A. Windows color (decimal): -9869690 or 8808041. OLE color: 8808041.

HSL color Cylindrical-coordinate representation of color #696686: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696686 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 102 134 -
CMYK 0.22 0.24 0 0.47
HSL 245.63º 0.14% 0.46% -
HSV(B) 245.63º 0.24% 0.53% -
XYZ 14.88 14.23 24.52 -
YUV 106.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 105 102 134 0.22 0.24 0 0.47 245.63 0.14 0.46
Hex 69 66 86 16 18 0 2F F6 E 2E
Octal 151 146 206 26 30 0 57 366 16 56
Binary 1101001 1100110 10000110 10110 11000 0 101111 11110110 1110 101110

Color Harmonies of #696686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696686

Black with #696686

Text Example


Text Example

White with #696686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696686; }

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

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

background-color css

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

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

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

border-color css

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

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

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