Html Css Color HEX #646288 Kimberly

📋 copy color: '#646288'

red 100 ◦ green 98 ◦ blue 136

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

Shades of Kimberly #646288

Tints of Kimberly #646288

RGB

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

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

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

R = 29.94%
G = 29.34%
B = 40.72%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646288 (or 0x646288) is known color: Kimberly. HEX triplet: 64, 62 and 88. RGB value is (100,98,136). Sum of RGB (Red+Green+Blue) = 100+98+136=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #646288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646288 is #9B9D77. Grayscale: #666666. Windows color (decimal): -10198392 or 8938084. OLE color: 8938084.

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

Color convert

RGB 100 98 136 -
CMYK 0.26 0.28 0 0.47
HSL 243.16º 0.16% 0.46% -
HSV(B) 243.16º 0.28% 0.53% -
XYZ 14.07 13.22 25.1 -
YUV 102.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 100 98 136 0.26 0.28 0 0.47 243.16 0.16 0.46
Hex 64 62 88 1A 1C 0 2F F3 10 2E
Octal 144 142 210 32 34 0 57 363 20 56
Binary 1100100 1100010 10001000 11010 11100 0 101111 11110011 10000 101110

Color Harmonies of #646288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646288

Black with #646288

Text Example


Text Example

White with #646288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646288; }

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

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

background-color css

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

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

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

border-color css

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

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

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