Html Css Color HEX #646289 Kimberly

📋 copy color: '#646289'

red 100 ◦ green 98 ◦ blue 137

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

Shades of Kimberly #646289

Tints of Kimberly #646289

RGB

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

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

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

R = 29.85%
G = 29.25%
B = 40.9%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#646289 (or 0x646289) is known color: Kimberly. HEX triplet: 64, 62 and 89. RGB value is (100,98,137). Sum of RGB (Red+Green+Blue) = 100+98+137=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #646289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646289 is #9B9D76. Grayscale: #666666. Windows color (decimal): -10198391 or 9003620. OLE color: 9003620.

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

Color convert

RGB 100 98 137 -
CMYK 0.27 0.28 0 0.46
HSL 243.08º 0.17% 0.46% -
HSV(B) 243.08º 0.28% 0.54% -
XYZ 14.14 13.25 25.48 -
YUV 103.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 100 98 137 0.27 0.28 0 0.46 243.08 0.17 0.46
Hex 64 62 89 1B 1C 0 2E F3 11 2E
Octal 144 142 211 33 34 0 56 363 21 56
Binary 1100100 1100010 10001001 11011 11100 0 101110 11110011 10001 101110

Color Harmonies of #646289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646289

Black with #646289

Text Example


Text Example

White with #646289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646289; }

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

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

background-color css

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

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

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

border-color css

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

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

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