Html Css Color HEX #646585 Comet

📋 copy color: '#646585'

red 100 ◦ green 101 ◦ blue 133

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

Shades of Comet #646585

Tints of Comet #646585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 29.94%
G = 30.24%
B = 39.82%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646585 (or 0x646585) is known color: Comet. HEX triplet: 64, 65 and 85. RGB value is (100,101,133). Sum of RGB (Red+Green+Blue) = 100+101+133=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #646585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646585 is #9B9A7A. Grayscale: #686868. Windows color (decimal): -10197627 or 8742244. OLE color: 8742244.

HSL color Cylindrical-coordinate representation of color #646585: hue angle of 238.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646585 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 101 133 -
CMYK 0.25 0.24 0 0.48
HSL 238.18º 0.14% 0.46% -
HSV(B) 238.18º 0.25% 0.52% -
XYZ 14.14 13.71 24.09 -
YUV 104.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 100 101 133 0.25 0.24 0 0.48 238.18 0.14 0.46
Hex 64 65 85 19 18 0 30 EE E 2E
Octal 144 145 205 31 30 0 60 356 16 56
Binary 1100100 1100101 10000101 11001 11000 0 110000 11101110 1110 101110

Color Harmonies of #646585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646585

Black with #646585

Text Example


Text Example

White with #646585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646585; }

 p { color: rgb(100,101,133); }

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

background-color css

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

 a { background-color: rgb(100,101,133); }

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

border-color css

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

 span { border-color: rgb(100,101,133); }

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