Html Css Color HEX #695981 Kimberly

📋 copy color: '#695981'

red 105 ◦ green 89 ◦ blue 129

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

Shades of Kimberly #695981

Tints of Kimberly #695981

RGB

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

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

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

R = 32.51%
G = 27.55%
B = 39.94%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695981 (or 0x695981) is known color: Kimberly. HEX triplet: 69, 59 and 81. RGB value is (105,89,129). Sum of RGB (Red+Green+Blue) = 105+89+129=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #695981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695981 is #96A67E. Grayscale: #626262. Windows color (decimal): -9873023 or 8477033. OLE color: 8477033.

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

Color convert

RGB 105 89 129 -
CMYK 0.19 0.31 0 0.49
HSL 264º 0.18% 0.43% -
HSV(B) 264º 0.31% 0.51% -
XYZ 13.36 11.73 22.33 -
YUV 98.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 105 89 129 0.19 0.31 0 0.49 264 0.18 0.43
Hex 69 59 81 13 1F 0 31 108 12 2B
Octal 151 131 201 23 37 0 61 410 22 53
Binary 1101001 1011001 10000001 10011 11111 0 110001 100001000 10010 101011

Color Harmonies of #695981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695981

Black with #695981

Text Example


Text Example

White with #695981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695981; }

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

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

background-color css

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

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

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

border-color css

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

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

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