Html Css Color HEX #696086 Kimberly

📋 copy color: '#696086'

red 105 ◦ green 96 ◦ blue 134

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

Shades of Kimberly #696086

Tints of Kimberly #696086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 31.34%
G = 28.66%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696086 (or 0x696086) is known color: Kimberly. HEX triplet: 69, 60 and 86. RGB value is (105,96,134). Sum of RGB (Red+Green+Blue) = 105+96+134=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #696086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696086 is #969F79. Grayscale: #666666. Windows color (decimal): -9871226 or 8806505. OLE color: 8806505.

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

Color convert

RGB 105 96 134 -
CMYK 0.22 0.28 0 0.47
HSL 254.21º 0.17% 0.45% -
HSV(B) 254.21º 0.28% 0.53% -
XYZ 14.31 13.09 24.33 -
YUV 103.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 105 96 134 0.22 0.28 0 0.47 254.21 0.17 0.45
Hex 69 60 86 16 1C 0 2F FE 11 2D
Octal 151 140 206 26 34 0 57 376 21 55
Binary 1101001 1100000 10000110 10110 11100 0 101111 11111110 10001 101101

Color Harmonies of #696086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696086

Black with #696086

Text Example


Text Example

White with #696086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696086; }

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

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

background-color css

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

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

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

border-color css

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

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

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