Html Css Color HEX #65647E Comet

📋 copy color: '#65647E'

red 101 ◦ green 100 ◦ blue 126

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

Shades of Comet #65647E

Tints of Comet #65647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 30.89%
G = 30.58%
B = 38.53%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65647E (or 0x65647E) is known color: Comet. HEX triplet: 65, 64 and 7E. RGB value is (101,100,126). Sum of RGB (Red+Green+Blue) = 101+100+126=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #65647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65647E is #9A9B81. Grayscale: #676767. Windows color (decimal): -10132354 or 8283237. OLE color: 8283237.

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

Color convert

RGB 101 100 126 -
CMYK 0.20 0.21 0 0.51
HSL 242.31º 0.12% 0.44% -
HSV(B) 242.31º 0.21% 0.49% -
XYZ 13.69 13.39 21.6 -
YUV 103.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 101 100 126 0.20 0.21 0 0.51 242.31 0.12 0.44
Hex 65 64 7E 14 15 0 33 F2 C 2C
Octal 145 144 176 24 25 0 63 362 14 54
Binary 1100101 1100100 1111110 10100 10101 0 110011 11110010 1100 101100

Color Harmonies of #65647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65647E

Black with #65647E

Text Example


Text Example

White with #65647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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