Html Css Color HEX #65647C Comet

📋 copy color: '#65647C'

red 101 ◦ green 100 ◦ blue 124

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

Shades of Comet #65647C

Tints of Comet #65647C

RGB

 RED value IS 101 (39.84% from 255) = 31.08%

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 31.08%
G = 30.77%
B = 38.15%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65647C (or 0x65647C) is known color: Comet. HEX triplet: 65, 64 and 7C. RGB value is (101,100,124). Sum of RGB (Red+Green+Blue) = 101+100+124=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #65647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65647C is #9A9B83. Grayscale: #666666. Windows color (decimal): -10132356 or 8152165. OLE color: 8152165.

HSL color Cylindrical-coordinate representation of color #65647C: hue angle of 242.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65647C is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 100 124 -
CMYK 0.19 0.19 0 0.51
HSL 242.5º 0.11% 0.44% -
HSV(B) 242.5º 0.19% 0.49% -
XYZ 13.56 13.34 20.93 -
YUV 103.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 101 100 124 0.19 0.19 0 0.51 242.5 0.11 0.44
Hex 65 64 7C 13 13 0 33 F2 B 2C
Octal 145 144 174 23 23 0 63 362 13 54
Binary 1100101 1100100 1111100 10011 10011 0 110011 11110010 1011 101100

Color Harmonies of #65647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65647C

Black with #65647C

Text Example


Text Example

White with #65647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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