Html Css Color HEX #65677D Comet

📋 copy color: '#65677D'

red 101 ◦ green 103 ◦ blue 125

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

Shades of Comet #65677D

Tints of Comet #65677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 30.7%
G = 31.31%
B = 37.99%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65677D (or 0x65677D) is known color: Comet. HEX triplet: 65, 67 and 7D. RGB value is (101,103,125). Sum of RGB (Red+Green+Blue) = 101+103+125=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #65677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65677D is #9A9882. Grayscale: #686868. Windows color (decimal): -10131587 or 8218469. OLE color: 8218469.

HSL color Cylindrical-coordinate representation of color #65677D: hue angle of 235º 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 #65677D is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 103 125 -
CMYK 0.19 0.18 0 0.51
HSL 235º 0.11% 0.44% -
HSV(B) 235º 0.19% 0.49% -
XYZ 13.92 13.95 21.36 -
YUV 104.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 101 103 125 0.19 0.18 0 0.51 235 0.11 0.44
Hex 65 67 7D 13 12 0 33 EB B 2C
Octal 145 147 175 23 22 0 63 353 13 54
Binary 1100101 1100111 1111101 10011 10010 0 110011 11101011 1011 101100

Color Harmonies of #65677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65677D

Black with #65677D

Text Example


Text Example

White with #65677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65677D; }

 p { color: rgb(101,103,125); }

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

background-color css

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

 a { background-color: rgb(101,103,125); }

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

border-color css

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

 span { border-color: rgb(101,103,125); }

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