Html Css Color HEX #696080 Kimberly

📋 copy color: '#696080'

red 105 ◦ green 96 ◦ blue 128

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

Shades of Kimberly #696080

Tints of Kimberly #696080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 31.91%
G = 29.18%
B = 38.91%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#696080 (or 0x696080) is known color: Kimberly. HEX triplet: 69, 60 and 80. RGB value is (105,96,128). Sum of RGB (Red+Green+Blue) = 105+96+128=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #696080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696080 is #969F7F. Grayscale: #666666. Windows color (decimal): -9871232 or 8413289. OLE color: 8413289.

HSL color Cylindrical-coordinate representation of color #696080: hue angle of 256.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696080 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 96 128 -
CMYK 0.18 0.25 0 0.50
HSL 256.88º 0.14% 0.44% -
HSV(B) 256.88º 0.25% 0.5% -
XYZ 13.9 12.93 22.18 -
YUV 102.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 105 96 128 0.18 0.25 0 0.50 256.88 0.14 0.44
Hex 69 60 80 12 19 0 32 101 E 2C
Octal 151 140 200 22 31 0 62 401 16 54
Binary 1101001 1100000 10000000 10010 11001 0 110010 100000001 1110 101100

Color Harmonies of #696080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696080

Black with #696080

Text Example


Text Example

White with #696080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696080; }

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

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

background-color css

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

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

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

border-color css

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

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

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