#676585

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

Shades of Comet #676585

Tints of Comet #676585

Color information

#676585 (or 0x676585) is unknown color: approx Comet. HEX triplet: 67, 65 and 85. RGB value is (103,101,133). Sum of RGB (Red+Green+Blue) = 103+101+133=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #676585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676585 is #989A7A. Grayscale: #696969. Windows color (decimal): -10001019 or 8742247. OLE color: 8742247.

HSL color Cylindrical-coordinate representation of color #676585: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #676585 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103101133-
CMYK0.230.2400.48
HSL243.75º13.68%45.88%-
HSV(B)243.75º24.06%52.16%-
XYZ14.4813.8824.11-
YUV105.25143.66126.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=30.56%
G=29.97%
B=39.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031011330.230.2400.48243.7513.6845.88
Hex6765851718030f4e2e
Octal14714520527300603641656
Binary110011111001011000010110111110000110000111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676585; }

 p { color: rgb(103,101,133); }

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

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

 a { background-color: rgb(103,101,133); }

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

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

 span { border-color: rgb(103,101,133); }

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