Html Css Color HEX #646087 Kimberly

📋 copy color: '#646087'

red 100 ◦ green 96 ◦ blue 135

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

Shades of Kimberly #646087

Tints of Kimberly #646087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.79%

R = 30.21%
G = 29%
B = 40.79%

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

#646087 (or 0x646087) is known color: Kimberly. HEX triplet: 64, 60 and 87. RGB value is (100,96,135). Sum of RGB (Red+Green+Blue) = 100+96+135=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #646087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646087 is #9B9F78. Grayscale: #656565. Windows color (decimal): -10198905 or 8872036. OLE color: 8872036.

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

Color convert

RGB 100 96 135 -
CMYK 0.26 0.29 0 0.47
HSL 246.15º 0.17% 0.45% -
HSV(B) 246.15º 0.29% 0.53% -
XYZ 13.81 12.82 24.67 -
YUV 101.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 100 96 135 0.26 0.29 0 0.47 246.15 0.17 0.45
Hex 64 60 87 1A 1D 0 2F F6 11 2D
Octal 144 140 207 32 35 0 57 366 21 55
Binary 1100100 1100000 10000111 11010 11101 0 101111 11110110 10001 101101

Color Harmonies of #646087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646087

Black with #646087

Text Example


Text Example

White with #646087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646087; }

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

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

background-color css

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

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

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

border-color css

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

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

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