#68667A

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

Shades of Dolphin #68667A

Tints of Dolphin #68667A

Color information

#68667A (or 0x68667A) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 7A. RGB value is (104,102,122). Sum of RGB (Red+Green+Blue) = 104+102+122=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #68667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667A is #979985. Grayscale: #686868. Windows color (decimal): -9935238 or 8021608. OLE color: 8021608.

HSL color Cylindrical-coordinate representation of color #68667A: hue angle of 246º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68667A is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104102122-
CMYK0.150.1600.52
HSL246º8.93%43.92%-
HSV(B)246º16.39%47.84%-
XYZ13.9713.8520.35-
YUV104.88137.66127.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=31.71%
G=31.10%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041021220.150.1600.522468.9343.92
Hex68667AF10034f692c
Octal15014617217200643661154
Binary1101000110011011110101111100000110100111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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