Html Css Color HEX #696382 Kimberly

📋 copy color: '#696382'

red 105 ◦ green 99 ◦ blue 130

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

Shades of Kimberly #696382

Tints of Kimberly #696382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 31.44%
G = 29.64%
B = 38.92%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696382 (or 0x696382) is known color: Kimberly. HEX triplet: 69, 63 and 82. RGB value is (105,99,130). Sum of RGB (Red+Green+Blue) = 105+99+130=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #696382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696382 is #969C7D. Grayscale: #686868. Windows color (decimal): -9870462 or 8545129. OLE color: 8545129.

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

Color convert

RGB 105 99 130 -
CMYK 0.19 0.24 0 0.49
HSL 251.61º 0.14% 0.45% -
HSV(B) 251.61º 0.24% 0.51% -
XYZ 14.32 13.54 22.98 -
YUV 104.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 105 99 130 0.19 0.24 0 0.49 251.61 0.14 0.45
Hex 69 63 82 13 18 0 31 FC E 2D
Octal 151 143 202 23 30 0 61 374 16 55
Binary 1101001 1100011 10000010 10011 11000 0 110001 11111100 1110 101101

Color Harmonies of #696382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696382

Black with #696382

Text Example


Text Example

White with #696382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696382; }

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

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

background-color css

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

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

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

border-color css

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

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

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