Html Css Color HEX #696290 Kimberly

📋 copy color: '#696290'

red 105 ◦ green 98 ◦ blue 144

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

Shades of Kimberly #696290

Tints of Kimberly #696290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 30.26%
G = 28.24%
B = 41.5%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696290 (or 0x696290) is known color: Kimberly. HEX triplet: 69, 62 and 90. RGB value is (105,98,144). Sum of RGB (Red+Green+Blue) = 105+98+144=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #696290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696290 is #969D6F. Grayscale: #696969. Windows color (decimal): -9870704 or 9462377. OLE color: 9462377.

HSL color Cylindrical-coordinate representation of color #696290: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696290 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 98 144 -
CMYK 0.27 0.32 0 0.44
HSL 249.13º 0.19% 0.47% -
HSV(B) 249.13º 0.32% 0.56% -
XYZ 15.23 13.75 28.24 -
YUV 105.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 105 98 144 0.27 0.32 0 0.44 249.13 0.19 0.47
Hex 69 62 90 1B 20 0 2C F9 13 2F
Octal 151 142 220 33 40 0 54 371 23 57
Binary 1101001 1100010 10010000 11011 100000 0 101100 11111001 10011 101111

Color Harmonies of #696290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696290

Black with #696290

Text Example


Text Example

White with #696290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696290; }

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

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

background-color css

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

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

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

border-color css

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

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

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