Html Css Color HEX #646188 Kimberly

📋 copy color: '#646188'

red 100 ◦ green 97 ◦ blue 136

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

Shades of Kimberly #646188

Tints of Kimberly #646188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 30.03%
G = 29.13%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646188 (or 0x646188) is known color: Kimberly. HEX triplet: 64, 61 and 88. RGB value is (100,97,136). Sum of RGB (Red+Green+Blue) = 100+97+136=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #646188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646188 is #9B9E77. Grayscale: #666666. Windows color (decimal): -10198648 or 8937828. OLE color: 8937828.

HSL color Cylindrical-coordinate representation of color #646188: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #646188 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 97 136 -
CMYK 0.26 0.29 0 0.47
HSL 244.62º 0.17% 0.46% -
HSV(B) 244.62º 0.29% 0.53% -
XYZ 13.97 13.04 25.07 -
YUV 102.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 100 97 136 0.26 0.29 0 0.47 244.62 0.17 0.46
Hex 64 61 88 1A 1D 0 2F F5 11 2E
Octal 144 141 210 32 35 0 57 365 21 56
Binary 1100100 1100001 10001000 11010 11101 0 101111 11110101 10001 101110

Color Harmonies of #646188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646188

Black with #646188

Text Example


Text Example

White with #646188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646188; }

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

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

background-color css

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

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

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

border-color css

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

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

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