Html Css Color HEX #695E93 Kimberly

📋 copy color: '#695E93'

red 105 ◦ green 94 ◦ blue 147

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

Shades of Kimberly #695E93

Tints of Kimberly #695E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 30.35%
G = 27.17%
B = 42.49%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695E93 (or 0x695E93) is known color: Kimberly. HEX triplet: 69, 5E and 93. RGB value is (105,94,147). Sum of RGB (Red+Green+Blue) = 105+94+147=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #695E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E93 is #96A16C. Grayscale: #676767. Windows color (decimal): -9871725 or 9657961. OLE color: 9657961.

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

Color convert

RGB 105 94 147 -
CMYK 0.29 0.36 0 0.42
HSL 252.45º 0.22% 0.47% -
HSV(B) 252.45º 0.36% 0.58% -
XYZ 15.09 13.12 29.34 -
YUV 103.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 105 94 147 0.29 0.36 0 0.42 252.45 0.22 0.47
Hex 69 5E 93 1D 24 0 2A FC 16 2F
Octal 151 136 223 35 44 0 52 374 26 57
Binary 1101001 1011110 10010011 11101 100100 0 101010 11111100 10110 101111

Color Harmonies of #695E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E93

Black with #695E93

Text Example


Text Example

White with #695E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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