Html Css Color HEX #695882 Kimberly

📋 copy color: '#695882'

red 105 ◦ green 88 ◦ blue 130

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

Shades of Kimberly #695882

Tints of Kimberly #695882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 32.51%
G = 27.24%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695882 (or 0x695882) is known color: Kimberly. HEX triplet: 69, 58 and 82. RGB value is (105,88,130). Sum of RGB (Red+Green+Blue) = 105+88+130=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #695882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695882 is #96A77D. Grayscale: #616161. Windows color (decimal): -9873278 or 8542313. OLE color: 8542313.

HSL color Cylindrical-coordinate representation of color #695882: hue angle of 264.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #695882 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 88 130 -
CMYK 0.19 0.32 0 0.49
HSL 264.29º 0.19% 0.43% -
HSV(B) 264.29º 0.32% 0.51% -
XYZ 13.34 11.59 22.65 -
YUV 97.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 105 88 130 0.19 0.32 0 0.49 264.29 0.19 0.43
Hex 69 58 82 13 20 0 31 108 13 2B
Octal 151 130 202 23 40 0 61 410 23 53
Binary 1101001 1011000 10000010 10011 100000 0 110001 100001000 10011 101011

Color Harmonies of #695882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695882

Black with #695882

Text Example


Text Example

White with #695882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695882; }

 p { color: rgb(105,88,130); }

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

background-color css

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

 a { background-color: rgb(105,88,130); }

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

border-color css

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

 span { border-color: rgb(105,88,130); }

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