Html Css Color HEX #695982 Kimberly

📋 copy color: '#695982'

red 105 ◦ green 89 ◦ blue 130

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

Shades of Kimberly #695982

Tints of Kimberly #695982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 32.41%
G = 27.47%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695982 (or 0x695982) is known color: Kimberly. HEX triplet: 69, 59 and 82. RGB value is (105,89,130). Sum of RGB (Red+Green+Blue) = 105+89+130=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #695982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695982 is #96A67D. Grayscale: #626262. Windows color (decimal): -9873022 or 8542569. OLE color: 8542569.

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

Color convert

RGB 105 89 130 -
CMYK 0.19 0.32 0 0.49
HSL 263.41º 0.19% 0.43% -
HSV(B) 263.41º 0.32% 0.51% -
XYZ 13.43 11.76 22.68 -
YUV 98.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 105 89 130 0.19 0.32 0 0.49 263.41 0.19 0.43
Hex 69 59 82 13 20 0 31 107 13 2B
Octal 151 131 202 23 40 0 61 407 23 53
Binary 1101001 1011001 10000010 10011 100000 0 110001 100000111 10011 101011

Color Harmonies of #695982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695982

Black with #695982

Text Example


Text Example

White with #695982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695982; }

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

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

background-color css

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

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

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

border-color css

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

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

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