Html Css Color HEX #695E92 Kimberly

📋 copy color: '#695E92'

red 105 ◦ green 94 ◦ blue 146

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

Shades of Kimberly #695E92

Tints of Kimberly #695E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 30.43%
G = 27.25%
B = 42.32%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#695E92 (or 0x695E92) is known color: Kimberly. HEX triplet: 69, 5E and 92. RGB value is (105,94,146). Sum of RGB (Red+Green+Blue) = 105+94+146=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #695E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E92 is #96A16D. Grayscale: #676767. Windows color (decimal): -9871726 or 9592425. OLE color: 9592425.

HSL color Cylindrical-coordinate representation of color #695E92: hue angle of 252.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695E92 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 94 146 -
CMYK 0.28 0.36 0 0.43
HSL 252.69º 0.22% 0.47% -
HSV(B) 252.69º 0.36% 0.57% -
XYZ 15.02 13.08 28.93 -
YUV 103.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 105 94 146 0.28 0.36 0 0.43 252.69 0.22 0.47
Hex 69 5E 92 1C 24 0 2B FD 16 2F
Octal 151 136 222 34 44 0 53 375 26 57
Binary 1101001 1011110 10010010 11100 100100 0 101011 11111101 10110 101111

Color Harmonies of #695E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E92

Black with #695E92

Text Example


Text Example

White with #695E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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