Html Css Color HEX #695D7C Kimberly

📋 copy color: '#695D7C'

red 105 ◦ green 93 ◦ blue 124

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

Shades of Kimberly #695D7C

Tints of Kimberly #695D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 32.61%
G = 28.88%
B = 38.51%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#695D7C (or 0x695D7C) is known color: Kimberly. HEX triplet: 69, 5D and 7C. RGB value is (105,93,124). Sum of RGB (Red+Green+Blue) = 105+93+124=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #695D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D7C is #96A283. Grayscale: #646464. Windows color (decimal): -9872004 or 8150377. OLE color: 8150377.

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

Color convert

RGB 105 93 124 -
CMYK 0.15 0.25 0 0.51
HSL 263.23º 0.14% 0.43% -
HSV(B) 263.23º 0.25% 0.49% -
XYZ 13.38 12.29 20.74 -
YUV 100.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 105 93 124 0.15 0.25 0 0.51 263.23 0.14 0.43
Hex 69 5D 7C F 19 0 33 107 E 2B
Octal 151 135 174 17 31 0 63 407 16 53
Binary 1101001 1011101 1111100 1111 11001 0 110011 100000111 1110 101011

Color Harmonies of #695D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D7C

Black with #695D7C

Text Example


Text Example

White with #695D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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