Html Css Color HEX #695E8A Kimberly

📋 copy color: '#695E8A'

red 105 ◦ green 94 ◦ blue 138

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

Shades of Kimberly #695E8A

Tints of Kimberly #695E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 31.16%
G = 27.89%
B = 40.95%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#695E8A (or 0x695E8A) is known color: Kimberly. HEX triplet: 69, 5E and 8A. RGB value is (105,94,138). Sum of RGB (Red+Green+Blue) = 105+94+138=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #695E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E8A is #96A175. Grayscale: #666666. Windows color (decimal): -9871734 or 9068137. OLE color: 9068137.

HSL color Cylindrical-coordinate representation of color #695E8A: hue angle of 255º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #695E8A is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 94 138 -
CMYK 0.24 0.32 0 0.46
HSL 255º 0.19% 0.45% -
HSV(B) 255º 0.32% 0.54% -
XYZ 14.42 12.84 25.76 -
YUV 102.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 105 94 138 0.24 0.32 0 0.46 255 0.19 0.45
Hex 69 5E 8A 18 20 0 2E FF 13 2D
Octal 151 136 212 30 40 0 56 377 23 55
Binary 1101001 1011110 10001010 11000 100000 0 101110 11111111 10011 101101

Color Harmonies of #695E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E8A

Black with #695E8A

Text Example


Text Example

White with #695E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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