#67698D

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

Shades of Comet #67698D

Tints of Comet #67698D

Color information

#67698D (or 0x67698D) is unknown color: approx Comet. HEX triplet: 67, 69 and 8D. RGB value is (103,105,141). Sum of RGB (Red+Green+Blue) = 103+105+141=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #67698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67698D is #989672. Grayscale: #6C6C6C. Windows color (decimal): -9999987 or 9267559. OLE color: 9267559.

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

Color convert

RGB103105141-
CMYK0.270.2600.45
HSL236.84º15.57%47.84%-
HSV(B)236.84º26.95%55.29%-
XYZ15.4514.9127.26-
YUV108.51146.34124.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=29.51%
G=30.09%
B=40.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031051410.270.2600.45236.8415.5747.84
Hex67698D1B1A02Ded1030
Octal14715121533320553552060
Binary1100111110100110001101110111101001011011110110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67698D; }

 p { color: rgb(103,105,141); }

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

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

 a { background-color: rgb(103,105,141); }

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

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

 span { border-color: rgb(103,105,141); }

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