Html Css Color HEX #695E7F Kimberly

📋 copy color: '#695E7F'

red 105 ◦ green 94 ◦ blue 127

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

Shades of Kimberly #695E7F

Tints of Kimberly #695E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 32.21%
G = 28.83%
B = 38.96%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#695E7F (or 0x695E7F) is known color: Kimberly. HEX triplet: 69, 5E and 7F. RGB value is (105,94,127). Sum of RGB (Red+Green+Blue) = 105+94+127=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #695E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E7F is #96A180. Grayscale: #646464. Windows color (decimal): -9871745 or 8347241. OLE color: 8347241.

HSL color Cylindrical-coordinate representation of color #695E7F: hue angle of 260º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #695E7F is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 94 127 -
CMYK 0.17 0.26 0 0.50
HSL 260º 0.15% 0.43% -
HSV(B) 260º 0.26% 0.5% -
XYZ 13.66 12.54 21.78 -
YUV 101.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 105 94 127 0.17 0.26 0 0.50 260 0.15 0.43
Hex 69 5E 7F 11 1A 0 32 104 F 2B
Octal 151 136 177 21 32 0 62 404 17 53
Binary 1101001 1011110 1111111 10001 11010 0 110010 100000100 1111 101011

Color Harmonies of #695E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E7F

Black with #695E7F

Text Example


Text Example

White with #695E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,127); }

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

background-color css

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

 a { background-color: rgb(105,94,127); }

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

border-color css

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

 span { border-color: rgb(105,94,127); }

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