Html Css Color HEX #695C86 Kimberly

📋 copy color: '#695C86'

red 105 ◦ green 92 ◦ blue 134

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

Shades of Kimberly #695C86

Tints of Kimberly #695C86

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 31.72%
G = 27.79%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#695C86 (or 0x695C86) is known color: Kimberly. HEX triplet: 69, 5C and 86. RGB value is (105,92,134). Sum of RGB (Red+Green+Blue) = 105+92+134=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #695C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C86 is #96A379. Grayscale: #646464. Windows color (decimal): -9872250 or 8805481. OLE color: 8805481.

HSL color Cylindrical-coordinate representation of color #695C86: hue angle of 258.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695C86 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 92 134 -
CMYK 0.22 0.31 0 0.47
HSL 258.57º 0.19% 0.44% -
HSV(B) 258.57º 0.31% 0.53% -
XYZ 13.96 12.38 24.21 -
YUV 100.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 105 92 134 0.22 0.31 0 0.47 258.57 0.19 0.44
Hex 69 5C 86 16 1F 0 2F 103 13 2C
Octal 151 134 206 26 37 0 57 403 23 54
Binary 1101001 1011100 10000110 10110 11111 0 101111 100000011 10011 101100

Color Harmonies of #695C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C86

Black with #695C86

Text Example


Text Example

White with #695C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,92,134); }

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

background-color css

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

 a { background-color: rgb(105,92,134); }

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

border-color css

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

 span { border-color: rgb(105,92,134); }

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