Html Css Color HEX #646889 Comet

📋 copy color: '#646889'

red 100 ◦ green 104 ◦ blue 137

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

Shades of Comet #646889

Tints of Comet #646889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 29.33%
G = 30.5%
B = 40.18%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#646889 (or 0x646889) is known color: Comet. HEX triplet: 64, 68 and 89. RGB value is (100,104,137). Sum of RGB (Red+Green+Blue) = 100+104+137=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #646889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646889 is #9B9776. Grayscale: #6A6A6A. Windows color (decimal): -10196855 or 9005156. OLE color: 9005156.

HSL color Cylindrical-coordinate representation of color #646889: hue angle of 233.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646889 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 104 137 -
CMYK 0.27 0.24 0 0.46
HSL 233.51º 0.16% 0.46% -
HSV(B) 233.51º 0.27% 0.54% -
XYZ 14.72 14.42 25.67 -
YUV 106.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 100 104 137 0.27 0.24 0 0.46 233.51 0.16 0.46
Hex 64 68 89 1B 18 0 2E EA 10 2E
Octal 144 150 211 33 30 0 56 352 20 56
Binary 1100100 1101000 10001001 11011 11000 0 101110 11101010 10000 101110

Color Harmonies of #646889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646889

Black with #646889

Text Example


Text Example

White with #646889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646889; }

 p { color: rgb(100,104,137); }

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

background-color css

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

 a { background-color: rgb(100,104,137); }

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

border-color css

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

 span { border-color: rgb(100,104,137); }

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