Html Css Color HEX #695B8A Kimberly

📋 copy color: '#695B8A'

red 105 ◦ green 91 ◦ blue 138

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

Shades of Kimberly #695B8A

Tints of Kimberly #695B8A

RGB

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

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

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

R = 31.44%
G = 27.25%
B = 41.32%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#695B8A (or 0x695B8A) is known color: Kimberly. HEX triplet: 69, 5B and 8A. RGB value is (105,91,138). Sum of RGB (Red+Green+Blue) = 105+91+138=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #695B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B8A is #96A475. Grayscale: #646464. Windows color (decimal): -9872502 or 9067369. OLE color: 9067369.

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

Color convert

RGB 105 91 138 -
CMYK 0.24 0.34 0 0.46
HSL 257.87º 0.21% 0.45% -
HSV(B) 257.87º 0.34% 0.54% -
XYZ 14.15 12.32 25.68 -
YUV 100.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 105 91 138 0.24 0.34 0 0.46 257.87 0.21 0.45
Hex 69 5B 8A 18 22 0 2E 102 15 2D
Octal 151 133 212 30 42 0 56 402 25 55
Binary 1101001 1011011 10001010 11000 100010 0 101110 100000010 10101 101101

Color Harmonies of #695B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B8A

Black with #695B8A

Text Example


Text Example

White with #695B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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