Html Css Color HEX #65687D Comet

📋 copy color: '#65687D'

red 101 ◦ green 104 ◦ blue 125

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

Shades of Comet #65687D

Tints of Comet #65687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 30.61%
G = 31.52%
B = 37.88%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65687D (or 0x65687D) is known color: Comet. HEX triplet: 65, 68 and 7D. RGB value is (101,104,125). Sum of RGB (Red+Green+Blue) = 101+104+125=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #65687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65687D is #9A9782. Grayscale: #696969. Windows color (decimal): -10131331 or 8218725. OLE color: 8218725.

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

Color convert

RGB 101 104 125 -
CMYK 0.19 0.17 0 0.51
HSL 232.5º 0.11% 0.44% -
HSV(B) 232.5º 0.19% 0.49% -
XYZ 14.02 14.15 21.39 -
YUV 105.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 101 104 125 0.19 0.17 0 0.51 232.5 0.11 0.44
Hex 65 68 7D 13 11 0 33 E8 B 2C
Octal 145 150 175 23 21 0 63 350 13 54
Binary 1100101 1101000 1111101 10011 10001 0 110011 11101000 1011 101100

Color Harmonies of #65687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65687D

Black with #65687D

Text Example


Text Example

White with #65687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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