Html Css Color HEX #695B7A Kimberly

📋 copy color: '#695B7A'

red 105 ◦ green 91 ◦ blue 122

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

Shades of Kimberly #695B7A

Tints of Kimberly #695B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 33.02%
G = 28.62%
B = 38.36%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#695B7A (or 0x695B7A) is known color: Kimberly. HEX triplet: 69, 5B and 7A. RGB value is (105,91,122). Sum of RGB (Red+Green+Blue) = 105+91+122=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #695B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B7A is #96A485. Grayscale: #626262. Windows color (decimal): -9872518 or 8018793. OLE color: 8018793.

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

Color convert

RGB 105 91 122 -
CMYK 0.14 0.25 0 0.52
HSL 267.1º 0.15% 0.42% -
HSV(B) 267.1º 0.25% 0.48% -
XYZ 13.08 11.89 20.02 -
YUV 98.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 105 91 122 0.14 0.25 0 0.52 267.1 0.15 0.42
Hex 69 5B 7A E 19 0 34 10B F 2A
Octal 151 133 172 16 31 0 64 413 17 52
Binary 1101001 1011011 1111010 1110 11001 0 110100 100001011 1111 101010

Color Harmonies of #695B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B7A

Black with #695B7A

Text Example


Text Example

White with #695B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,122); }

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

background-color css

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

 a { background-color: rgb(105,91,122); }

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

border-color css

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

 span { border-color: rgb(105,91,122); }

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