Html Css Color HEX #695F80 Kimberly

📋 copy color: '#695F80'

red 105 ◦ green 95 ◦ blue 128

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

Shades of Kimberly #695F80

Tints of Kimberly #695F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 32.01%
G = 28.96%
B = 39.02%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#695F80 (or 0x695F80) is known color: Kimberly. HEX triplet: 69, 5F and 80. RGB value is (105,95,128). Sum of RGB (Red+Green+Blue) = 105+95+128=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #695F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695F80 is #96A07F. Grayscale: #656565. Windows color (decimal): -9871488 or 8413033. OLE color: 8413033.

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

Color convert

RGB 105 95 128 -
CMYK 0.18 0.26 0 0.50
HSL 258.18º 0.15% 0.44% -
HSV(B) 258.18º 0.26% 0.5% -
XYZ 13.81 12.75 22.15 -
YUV 101.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 105 95 128 0.18 0.26 0 0.50 258.18 0.15 0.44
Hex 69 5F 80 12 1A 0 32 102 F 2C
Octal 151 137 200 22 32 0 62 402 17 54
Binary 1101001 1011111 10000000 10010 11010 0 110010 100000010 1111 101100

Color Harmonies of #695F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F80

Black with #695F80

Text Example


Text Example

White with #695F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,95,128); }

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

background-color css

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

 a { background-color: rgb(105,95,128); }

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

border-color css

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

 span { border-color: rgb(105,95,128); }

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