Html Css Color HEX #695D85 Kimberly

📋 copy color: '#695D85'

red 105 ◦ green 93 ◦ blue 133

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

Shades of Kimberly #695D85

Tints of Kimberly #695D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 31.72%
G = 28.1%
B = 40.18%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#695D85 (or 0x695D85) is known color: Kimberly. HEX triplet: 69, 5D and 85. RGB value is (105,93,133). Sum of RGB (Red+Green+Blue) = 105+93+133=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #695D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D85 is #96A27A. Grayscale: #656565. Windows color (decimal): -9871995 or 8740201. OLE color: 8740201.

HSL color Cylindrical-coordinate representation of color #695D85: hue angle of 258º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695D85 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 93 133 -
CMYK 0.21 0.30 0 0.48
HSL 258º 0.18% 0.44% -
HSV(B) 258º 0.3% 0.52% -
XYZ 13.97 12.53 23.87 -
YUV 101.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 105 93 133 0.21 0.30 0 0.48 258 0.18 0.44
Hex 69 5D 85 15 1E 0 30 102 12 2C
Octal 151 135 205 25 36 0 60 402 22 54
Binary 1101001 1011101 10000101 10101 11110 0 110000 100000010 10010 101100

Color Harmonies of #695D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D85

Black with #695D85

Text Example


Text Example

White with #695D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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