Html Css Color HEX #696181 Kimberly

📋 copy color: '#696181'

red 105 ◦ green 97 ◦ blue 129

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

Shades of Kimberly #696181

Tints of Kimberly #696181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 31.72%
G = 29.31%
B = 38.97%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696181 (or 0x696181) is known color: Kimberly. HEX triplet: 69, 61 and 81. RGB value is (105,97,129). Sum of RGB (Red+Green+Blue) = 105+97+129=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #696181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696181 is #969E7E. Grayscale: #666666. Windows color (decimal): -9870975 or 8479081. OLE color: 8479081.

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

Color convert

RGB 105 97 129 -
CMYK 0.19 0.25 0 0.49
HSL 255º 0.14% 0.44% -
HSV(B) 255º 0.25% 0.51% -
XYZ 14.06 13.14 22.56 -
YUV 103.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 105 97 129 0.19 0.25 0 0.49 255 0.14 0.44
Hex 69 61 81 13 19 0 31 FF E 2C
Octal 151 141 201 23 31 0 61 377 16 54
Binary 1101001 1100001 10000001 10011 11001 0 110001 11111111 1110 101100

Color Harmonies of #696181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696181

Black with #696181

Text Example


Text Example

White with #696181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696181; }

 p { color: rgb(105,97,129); }

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

background-color css

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

 a { background-color: rgb(105,97,129); }

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

border-color css

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

 span { border-color: rgb(105,97,129); }

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