#65688B

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

Shades of Comet #65688B

Tints of Comet #65688B

Color information

#65688B (or 0x65688B) is unknown color: approx Comet. HEX triplet: 65, 68 and 8B. RGB value is (101,104,139). Sum of RGB (Red+Green+Blue) = 101+104+139=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #65688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688B is #9A9774. Grayscale: #6A6A6A. Windows color (decimal): -10131317 or 9136229. OLE color: 9136229.

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

Color convert

RGB101104139-
CMYK0.270.2500.45
HSL235.26º15.83%47.06%-
HSV(B)235.26º27.34%54.51%-
XYZ14.9814.5326.44-
YUV107.09146.01123.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=29.36%
G=30.23%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011041390.270.2500.45235.2615.8347.06
Hex65688B1B1902Deb102f
Octal14515021333310553532057
Binary1100101110100010001011110111100101011011110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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