Html Css Color HEX #646185 Kimberly

📋 copy color: '#646185'

red 100 ◦ green 97 ◦ blue 133

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

Shades of Kimberly #646185

Tints of Kimberly #646185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 30.3%
G = 29.39%
B = 40.3%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646185 (or 0x646185) is known color: Kimberly. HEX triplet: 64, 61 and 85. RGB value is (100,97,133). Sum of RGB (Red+Green+Blue) = 100+97+133=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #646185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646185 is #9B9E7A. Grayscale: #656565. Windows color (decimal): -10198651 or 8741220. OLE color: 8741220.

HSL color Cylindrical-coordinate representation of color #646185: hue angle of 245º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646185 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 97 133 -
CMYK 0.25 0.27 0 0.48
HSL 245º 0.16% 0.45% -
HSV(B) 245º 0.27% 0.52% -
XYZ 13.76 12.95 23.96 -
YUV 102 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 100 97 133 0.25 0.27 0 0.48 245 0.16 0.45
Hex 64 61 85 19 1B 0 30 F5 10 2D
Octal 144 141 205 31 33 0 60 365 20 55
Binary 1100100 1100001 10000101 11001 11011 0 110000 11110101 10000 101101

Color Harmonies of #646185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646185

Black with #646185

Text Example


Text Example

White with #646185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646185; }

 p { color: rgb(100,97,133); }

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

background-color css

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

 a { background-color: rgb(100,97,133); }

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

border-color css

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

 span { border-color: rgb(100,97,133); }

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