Html Css Color HEX #696079 Kimberly

📋 copy color: '#696079'

red 105 ◦ green 96 ◦ blue 121

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

Shades of Kimberly #696079

Tints of Kimberly #696079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 32.61%
G = 29.81%
B = 37.58%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696079 (or 0x696079) is known color: Kimberly. HEX triplet: 69, 60 and 79. RGB value is (105,96,121). Sum of RGB (Red+Green+Blue) = 105+96+121=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #696079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696079 is #969F86. Grayscale: #656565. Windows color (decimal): -9871239 or 7954537. OLE color: 7954537.

HSL color Cylindrical-coordinate representation of color #696079: hue angle of 261.6º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696079 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 96 121 -
CMYK 0.13 0.21 0 0.53
HSL 261.6º 0.12% 0.43% -
HSV(B) 261.6º 0.21% 0.47% -
XYZ 13.46 12.75 19.84 -
YUV 101.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 105 96 121 0.13 0.21 0 0.53 261.6 0.12 0.43
Hex 69 60 79 D 15 0 35 106 C 2B
Octal 151 140 171 15 25 0 65 406 14 53
Binary 1101001 1100000 1111001 1101 10101 0 110101 100000110 1100 101011

Color Harmonies of #696079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696079

Black with #696079

Text Example


Text Example

White with #696079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696079; }

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

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

background-color css

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

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

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

border-color css

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

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

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