Html Css Color HEX #646286 Comet

📋 copy color: '#646286'

red 100 ◦ green 98 ◦ blue 134

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

Shades of Comet #646286

Tints of Comet #646286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 30.12%
G = 29.52%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646286 (or 0x646286) is known color: Comet. HEX triplet: 64, 62 and 86. RGB value is (100,98,134). Sum of RGB (Red+Green+Blue) = 100+98+134=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #646286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646286 is #9B9D79. Grayscale: #666666. Windows color (decimal): -10198394 or 8807012. OLE color: 8807012.

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

Color convert

RGB 100 98 134 -
CMYK 0.25 0.27 0 0.47
HSL 243.33º 0.16% 0.45% -
HSV(B) 243.33º 0.27% 0.53% -
XYZ 13.93 13.17 24.36 -
YUV 102.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 100 98 134 0.25 0.27 0 0.47 243.33 0.16 0.45
Hex 64 62 86 19 1B 0 2F F3 10 2D
Octal 144 142 206 31 33 0 57 363 20 55
Binary 1100100 1100010 10000110 11001 11011 0 101111 11110011 10000 101101

Color Harmonies of #646286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646286

Black with #646286

Text Example


Text Example

White with #646286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646286; }

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

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

background-color css

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

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

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

border-color css

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

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

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