#68667C

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

Shades of Dolphin #68667C

Tints of Dolphin #68667C

Color information

#68667C (or 0x68667C) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 7C. RGB value is (104,102,124). Sum of RGB (Red+Green+Blue) = 104+102+124=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #68667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667C is #979983. Grayscale: #696969. Windows color (decimal): -9935236 or 8152680. OLE color: 8152680.

HSL color Cylindrical-coordinate representation of color #68667C: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68667C is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104102124-
CMYK0.160.1800.51
HSL245.45º9.73%44.31%-
HSV(B)245.45º17.74%48.63%-
XYZ14.113.921.01-
YUV105.11138.66127.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=31.52%
G=30.91%
B=37.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041021240.160.1800.51245.459.7344.31
Hex68667C1012033f5a2c
Octal15014617420220633651254
Binary11010001100110111110010000100100110011111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,102,124); }

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

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

 a { background-color: rgb(104,102,124); }

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

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

 span { border-color: rgb(104,102,124); }

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