#65687B

Color #65687B Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #65687B

Tints of Comet #65687B

Color information

#65687B (or 0x65687B) is unknown color: approx Comet. HEX triplet: 65, 68 and 7B. RGB value is (101,104,123). Sum of RGB (Red+Green+Blue) = 101+104+123=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #65687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65687B is #9A9784. Grayscale: #696969. Windows color (decimal): -10131333 or 8087653. OLE color: 8087653.

HSL color Cylindrical-coordinate representation of color #65687B: hue angle of 231.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65687B is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101104123-
CMYK0.180.1500.52
HSL231.82º9.82%43.92%-
HSV(B)231.82º17.89%48.24%-
XYZ13.8914.120.73-
YUV105.27138.01124.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=30.79%
G=31.71%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011041230.180.1500.52231.829.8243.92
Hex65687B12F034e8a2c
Octal14515017322170643501254
Binary1100101110100011110111001011110110100111010001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65687B;
 }
 .AnyTagClassName
 {
   color: #65687B;
 }
</style>
background-color css

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

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

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

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

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

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