Html Css Color HEX #696089 Kimberly

📋 copy color: '#696089'

red 105 ◦ green 96 ◦ blue 137

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

Shades of Kimberly #696089

Tints of Kimberly #696089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 31.07%
G = 28.4%
B = 40.53%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#696089 (or 0x696089) is known color: Kimberly. HEX triplet: 69, 60 and 89. RGB value is (105,96,137). Sum of RGB (Red+Green+Blue) = 105+96+137=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #696089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696089 is #969F76. Grayscale: #676767. Windows color (decimal): -9871223 or 9003113. OLE color: 9003113.

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

Color convert

RGB 105 96 137 -
CMYK 0.23 0.30 0 0.46
HSL 253.17º 0.18% 0.46% -
HSV(B) 253.17º 0.3% 0.54% -
XYZ 14.52 13.18 25.44 -
YUV 103.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 105 96 137 0.23 0.30 0 0.46 253.17 0.18 0.46
Hex 69 60 89 17 1E 0 2E FD 12 2E
Octal 151 140 211 27 36 0 56 375 22 56
Binary 1101001 1100000 10001001 10111 11110 0 101110 11111101 10010 101110

Color Harmonies of #696089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696089

Black with #696089

Text Example


Text Example

White with #696089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696089; }

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

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

background-color css

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

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

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

border-color css

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

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

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