Html Css Color HEX #696184 Kimberly

📋 copy color: '#696184'

red 105 ◦ green 97 ◦ blue 132

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

Shades of Kimberly #696184

Tints of Kimberly #696184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 31.44%
G = 29.04%
B = 39.52%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696184 (or 0x696184) is known color: Kimberly. HEX triplet: 69, 61 and 84. RGB value is (105,97,132). Sum of RGB (Red+Green+Blue) = 105+97+132=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #696184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696184 is #969E7B. Grayscale: #676767. Windows color (decimal): -9870972 or 8675689. OLE color: 8675689.

HSL color Cylindrical-coordinate representation of color #696184: hue angle of 253.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696184 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 97 132 -
CMYK 0.20 0.27 0 0.48
HSL 253.71º 0.15% 0.45% -
HSV(B) 253.71º 0.27% 0.52% -
XYZ 14.27 13.22 23.63 -
YUV 103.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 105 97 132 0.20 0.27 0 0.48 253.71 0.15 0.45
Hex 69 61 84 14 1B 0 30 FE F 2D
Octal 151 141 204 24 33 0 60 376 17 55
Binary 1101001 1100001 10000100 10100 11011 0 110000 11111110 1111 101101

Color Harmonies of #696184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696184

Black with #696184

Text Example


Text Example

White with #696184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696184; }

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

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

background-color css

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

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

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

border-color css

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

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

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