#65697A

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

Shades of Comet #65697A

Tints of Comet #65697A

Color information

#65697A (or 0x65697A) is unknown color: approx Comet. HEX triplet: 65, 69 and 7A. RGB value is (101,105,122). Sum of RGB (Red+Green+Blue) = 101+105+122=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #65697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65697A is #9A9685. Grayscale: #696969. Windows color (decimal): -10131078 or 8022373. OLE color: 8022373.

HSL color Cylindrical-coordinate representation of color #65697A: hue angle of 228.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65697A is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101105122-
CMYK0.170.1400.52
HSL228.57º9.42%43.73%-
HSV(B)228.57º17.21%47.84%-
XYZ13.9314.2720.43-
YUV105.74137.17124.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=30.79%
G=32.01%
B=37.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011051220.170.1400.52228.579.4243.73
Hex65697A11E034e592c
Octal14515117221160643451154
Binary1100101110100111110101000111100110100111001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65697A; }

 p { color: rgb(101,105,122); }

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

<style>
 a { background-color: #65697A; }

 a { background-color: rgb(101,105,122); }

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

<style>
 span { border-color: #65697A; }

 span { border-color: rgb(101,105,122); }

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