Html Css Color HEX #695B84 Kimberly

📋 copy color: '#695B84'

red 105 ◦ green 91 ◦ blue 132

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

Shades of Kimberly #695B84

Tints of Kimberly #695B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

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

R = 32.01%
G = 27.74%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#695B84 (or 0x695B84) is known color: Kimberly. HEX triplet: 69, 5B and 84. RGB value is (105,91,132). Sum of RGB (Red+Green+Blue) = 105+91+132=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #695B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B84 is #96A47B. Grayscale: #636363. Windows color (decimal): -9872508 or 8674153. OLE color: 8674153.

HSL color Cylindrical-coordinate representation of color #695B84: hue angle of 260.49º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695B84 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 91 132 -
CMYK 0.20 0.31 0 0.48
HSL 260.49º 0.18% 0.44% -
HSV(B) 260.49º 0.31% 0.52% -
XYZ 13.73 12.15 23.45 -
YUV 99.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 105 91 132 0.20 0.31 0 0.48 260.49 0.18 0.44
Hex 69 5B 84 14 1F 0 30 104 12 2C
Octal 151 133 204 24 37 0 60 404 22 54
Binary 1101001 1011011 10000100 10100 11111 0 110000 100000100 10010 101100

Color Harmonies of #695B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B84

Black with #695B84

Text Example


Text Example

White with #695B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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