Html Css Color HEX #695D82 Kimberly

📋 copy color: '#695D82'

red 105 ◦ green 93 ◦ blue 130

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

Shades of Kimberly #695D82

Tints of Kimberly #695D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 32.01%
G = 28.35%
B = 39.63%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695D82 (or 0x695D82) is known color: Kimberly. HEX triplet: 69, 5D and 82. RGB value is (105,93,130). Sum of RGB (Red+Green+Blue) = 105+93+130=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #695D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D82 is #96A27D. Grayscale: #646464. Windows color (decimal): -9871998 or 8543593. OLE color: 8543593.

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

Color convert

RGB 105 93 130 -
CMYK 0.19 0.28 0 0.49
HSL 259.46º 0.17% 0.44% -
HSV(B) 259.46º 0.28% 0.51% -
XYZ 13.77 12.44 22.8 -
YUV 100.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 105 93 130 0.19 0.28 0 0.49 259.46 0.17 0.44
Hex 69 5D 82 13 1C 0 31 103 11 2C
Octal 151 135 202 23 34 0 61 403 21 54
Binary 1101001 1011101 10000010 10011 11100 0 110001 100000011 10001 101100

Color Harmonies of #695D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D82

Black with #695D82

Text Example


Text Example

White with #695D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,93,130); }

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

background-color css

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

 a { background-color: rgb(105,93,130); }

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

border-color css

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

 span { border-color: rgb(105,93,130); }

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