Html Css Color HEX #646090 Kimberly

📋 copy color: '#646090'

red 100 ◦ green 96 ◦ blue 144

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

Shades of Kimberly #646090

Tints of Kimberly #646090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 29.41%
G = 28.24%
B = 42.35%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#646090 (or 0x646090) is known color: Kimberly. HEX triplet: 64, 60 and 90. RGB value is (100,96,144). Sum of RGB (Red+Green+Blue) = 100+96+144=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #646090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646090 is #9B9F6F. Grayscale: #666666. Windows color (decimal): -10198896 or 9461860. OLE color: 9461860.

HSL color Cylindrical-coordinate representation of color #646090: hue angle of 245º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #646090 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 96 144 -
CMYK 0.31 0.33 0 0.44
HSL 245º 0.2% 0.47% -
HSV(B) 245º 0.33% 0.56% -
XYZ 14.47 13.09 28.15 -
YUV 102.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 100 96 144 0.31 0.33 0 0.44 245 0.2 0.47
Hex 64 60 90 1F 21 0 2C F5 14 2F
Octal 144 140 220 37 41 0 54 365 24 57
Binary 1100100 1100000 10010000 11111 100001 0 101100 11110101 10100 101111

Color Harmonies of #646090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646090

Black with #646090

Text Example


Text Example

White with #646090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646090; }

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

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

background-color css

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

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

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

border-color css

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

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

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