Html Css Color HEX #646786 Comet

📋 copy color: '#646786'

red 100 ◦ green 103 ◦ blue 134

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

Shades of Comet #646786

Tints of Comet #646786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 29.67%
G = 30.56%
B = 39.76%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646786 (or 0x646786) is known color: Comet. HEX triplet: 64, 67 and 86. RGB value is (100,103,134). Sum of RGB (Red+Green+Blue) = 100+103+134=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #646786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646786 is #9B9879. Grayscale: #696969. Windows color (decimal): -10197114 or 8808292. OLE color: 8808292.

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

Color convert

RGB 100 103 134 -
CMYK 0.25 0.23 0 0.47
HSL 234.71º 0.15% 0.46% -
HSV(B) 234.71º 0.25% 0.53% -
XYZ 14.41 14.13 24.52 -
YUV 105.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 100 103 134 0.25 0.23 0 0.47 234.71 0.15 0.46
Hex 64 67 86 19 17 0 2F EB F 2E
Octal 144 147 206 31 27 0 57 353 17 56
Binary 1100100 1100111 10000110 11001 10111 0 101111 11101011 1111 101110

Color Harmonies of #646786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646786

Black with #646786

Text Example


Text Example

White with #646786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646786; }

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

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

background-color css

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

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

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

border-color css

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

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

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