#65688C

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

Shades of Comet #65688C

Tints of Comet #65688C

Color information

#65688C (or 0x65688C) is unknown color: approx Comet. HEX triplet: 65, 68 and 8C. RGB value is (101,104,140). Sum of RGB (Red+Green+Blue) = 101+104+140=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #65688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688C is #9A9773. Grayscale: #6B6B6B. Windows color (decimal): -10131316 or 9201765. OLE color: 9201765.

HSL color Cylindrical-coordinate representation of color #65688C: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65688C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101104140-
CMYK0.280.2600.45
HSL235.38º16.18%47.25%-
HSV(B)235.38º27.86%54.9%-
XYZ15.0514.5626.83-
YUV107.21146.51123.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=29.28%
G=30.14%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011041400.280.2600.45235.3816.1847.25
Hex65688C1C1A02Deb102f
Octal14515021434320553532057
Binary1100101110100010001100111001101001011011110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65688C; }

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

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

<style>
 a { background-color: #65688C; }

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

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

<style>
 span { border-color: #65688C; }

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

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