Html Css Color HEX #646285 Comet

📋 copy color: '#646285'

red 100 ◦ green 98 ◦ blue 133

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

Shades of Comet #646285

Tints of Comet #646285

RGB

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

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

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

R = 30.21%
G = 29.61%
B = 40.18%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646285 (or 0x646285) is known color: Comet. HEX triplet: 64, 62 and 85. RGB value is (100,98,133). Sum of RGB (Red+Green+Blue) = 100+98+133=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #646285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646285 is #9B9D7A. Grayscale: #666666. Windows color (decimal): -10198395 or 8741476. OLE color: 8741476.

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

Color convert

RGB 100 98 133 -
CMYK 0.25 0.26 0 0.48
HSL 243.43º 0.15% 0.45% -
HSV(B) 243.43º 0.26% 0.52% -
XYZ 13.86 13.14 24 -
YUV 102.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 100 98 133 0.25 0.26 0 0.48 243.43 0.15 0.45
Hex 64 62 85 19 1A 0 30 F3 F 2D
Octal 144 142 205 31 32 0 60 363 17 55
Binary 1100100 1100010 10000101 11001 11010 0 110000 11110011 1111 101101

Color Harmonies of #646285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646285

Black with #646285

Text Example


Text Example

White with #646285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646285; }

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

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

background-color css

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

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

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

border-color css

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

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

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