#67688C

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

Shades of Comet #67688C

Tints of Comet #67688C

Color information

#67688C (or 0x67688C) is unknown color: approx Comet. HEX triplet: 67, 68 and 8C. RGB value is (103,104,140). Sum of RGB (Red+Green+Blue) = 103+104+140=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #67688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67688C is #989773. Grayscale: #6B6B6B. Windows color (decimal): -10000244 or 9201767. OLE color: 9201767.

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

Color convert

RGB103104140-
CMYK0.260.2600.45
HSL238.38º15.23%47.65%-
HSV(B)238.38º26.43%54.9%-
XYZ15.2814.6826.84-
YUV107.8146.17124.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.68%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=29.68%
G=29.97%
B=40.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031041400.260.2600.45238.3815.2347.65
Hex67688C1A1A02Deef30
Octal14715021432320553561760
Binary110011111010001000110011010110100101101111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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