Html Css Color HEX #696389 Kimberly

📋 copy color: '#696389'

red 105 ◦ green 99 ◦ blue 137

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

Shades of Kimberly #696389

Tints of Kimberly #696389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 30.79%
G = 29.03%
B = 40.18%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#696389 (or 0x696389) is known color: Kimberly. HEX triplet: 69, 63 and 89. RGB value is (105,99,137). Sum of RGB (Red+Green+Blue) = 105+99+137=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #696389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696389 is #969C76. Grayscale: #686868. Windows color (decimal): -9870455 or 9003881. OLE color: 9003881.

HSL color Cylindrical-coordinate representation of color #696389: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696389 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 99 137 -
CMYK 0.23 0.28 0 0.46
HSL 249.47º 0.16% 0.46% -
HSV(B) 249.47º 0.28% 0.54% -
XYZ 14.8 13.73 25.54 -
YUV 105.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 105 99 137 0.23 0.28 0 0.46 249.47 0.16 0.46
Hex 69 63 89 17 1C 0 2E F9 10 2E
Octal 151 143 211 27 34 0 56 371 20 56
Binary 1101001 1100011 10001001 10111 11100 0 101110 11111001 10000 101110

Color Harmonies of #696389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696389

Black with #696389

Text Example


Text Example

White with #696389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696389; }

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

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

background-color css

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

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

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

border-color css

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

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

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