Html Css Color HEX #646089 Kimberly

📋 copy color: '#646089'

red 100 ◦ green 96 ◦ blue 137

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

Shades of Kimberly #646089

Tints of Kimberly #646089

RGB

 RED value IS 100 (39.45% from 255) = 30.03%

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

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

R = 30.03%
G = 28.83%
B = 41.14%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#646089 (or 0x646089) is known color: Kimberly. HEX triplet: 64, 60 and 89. RGB value is (100,96,137). Sum of RGB (Red+Green+Blue) = 100+96+137=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #646089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646089 is #9B9F76. Grayscale: #656565. Windows color (decimal): -10198903 or 9003108. OLE color: 9003108.

HSL color Cylindrical-coordinate representation of color #646089: hue angle of 245.85º 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 #646089 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 96 137 -
CMYK 0.27 0.30 0 0.46
HSL 245.85º 0.18% 0.46% -
HSV(B) 245.85º 0.3% 0.54% -
XYZ 13.95 12.88 25.42 -
YUV 101.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 100 96 137 0.27 0.30 0 0.46 245.85 0.18 0.46
Hex 64 60 89 1B 1E 0 2E F6 12 2E
Octal 144 140 211 33 36 0 56 366 22 56
Binary 1100100 1100000 10001001 11011 11110 0 101110 11110110 10010 101110

Color Harmonies of #646089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646089

Black with #646089

Text Example


Text Example

White with #646089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646089; }

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

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

background-color css

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

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

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

border-color css

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

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

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