Html Css Color HEX #696486 Kimberly

📋 copy color: '#696486'

red 105 ◦ green 100 ◦ blue 134

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

Shades of Kimberly #696486

Tints of Kimberly #696486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 30.97%
G = 29.5%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696486 (or 0x696486) is known color: Kimberly. HEX triplet: 69, 64 and 86. RGB value is (105,100,134). Sum of RGB (Red+Green+Blue) = 105+100+134=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #696486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696486 is #969B79. Grayscale: #696969. Windows color (decimal): -9870202 or 8807529. OLE color: 8807529.

HSL color Cylindrical-coordinate representation of color #696486: hue angle of 248.82º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696486 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 100 134 -
CMYK 0.22 0.25 0 0.47
HSL 248.82º 0.15% 0.46% -
HSV(B) 248.82º 0.25% 0.53% -
XYZ 14.69 13.84 24.45 -
YUV 105.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 105 100 134 0.22 0.25 0 0.47 248.82 0.15 0.46
Hex 69 64 86 16 19 0 2F F9 F 2E
Octal 151 144 206 26 31 0 57 371 17 56
Binary 1101001 1100100 10000110 10110 11001 0 101111 11111001 1111 101110

Color Harmonies of #696486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696486

Black with #696486

Text Example


Text Example

White with #696486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696486; }

 p { color: rgb(105,100,134); }

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

background-color css

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

 a { background-color: rgb(105,100,134); }

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

border-color css

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

 span { border-color: rgb(105,100,134); }

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