Html Css Color HEX #696280 Kimberly

📋 copy color: '#696280'

red 105 ◦ green 98 ◦ blue 128

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

Shades of Kimberly #696280

Tints of Kimberly #696280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 31.72%
G = 29.61%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#696280 (or 0x696280) is known color: Kimberly. HEX triplet: 69, 62 and 80. RGB value is (105,98,128). Sum of RGB (Red+Green+Blue) = 105+98+128=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #696280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696280 is #969D7F. Grayscale: #676767. Windows color (decimal): -9870720 or 8413801. OLE color: 8413801.

HSL color Cylindrical-coordinate representation of color #696280: hue angle of 254º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696280 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 98 128 -
CMYK 0.18 0.23 0 0.50
HSL 254º 0.13% 0.44% -
HSV(B) 254º 0.23% 0.5% -
XYZ 14.09 13.3 22.25 -
YUV 103.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 105 98 128 0.18 0.23 0 0.50 254 0.13 0.44
Hex 69 62 80 12 17 0 32 FE D 2C
Octal 151 142 200 22 27 0 62 376 15 54
Binary 1101001 1100010 10000000 10010 10111 0 110010 11111110 1101 101100

Color Harmonies of #696280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696280

Black with #696280

Text Example


Text Example

White with #696280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696280; }

 p { color: rgb(105,98,128); }

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

background-color css

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

 a { background-color: rgb(105,98,128); }

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

border-color css

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

 span { border-color: rgb(105,98,128); }

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