Html Css Color HEX #695C8A Kimberly

📋 copy color: '#695C8A'

red 105 ◦ green 92 ◦ blue 138

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

Shades of Kimberly #695C8A

Tints of Kimberly #695C8A

RGB

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

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

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

R = 31.34%
G = 27.46%
B = 41.19%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#695C8A (or 0x695C8A) is known color: Kimberly. HEX triplet: 69, 5C and 8A. RGB value is (105,92,138). Sum of RGB (Red+Green+Blue) = 105+92+138=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #695C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C8A is #96A375. Grayscale: #646464. Windows color (decimal): -9872246 or 9067625. OLE color: 9067625.

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

Color convert

RGB 105 92 138 -
CMYK 0.24 0.33 0 0.46
HSL 256.96º 0.2% 0.45% -
HSV(B) 256.96º 0.33% 0.54% -
XYZ 14.24 12.49 25.71 -
YUV 101.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 105 92 138 0.24 0.33 0 0.46 256.96 0.2 0.45
Hex 69 5C 8A 18 21 0 2E 101 14 2D
Octal 151 134 212 30 41 0 56 401 24 55
Binary 1101001 1011100 10001010 11000 100001 0 101110 100000001 10100 101101

Color Harmonies of #695C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C8A

Black with #695C8A

Text Example


Text Example

White with #695C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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