#68667B

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

Shades of Dolphin #68667B

Tints of Dolphin #68667B

Color information

#68667B (or 0x68667B) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 7B. RGB value is (104,102,123). Sum of RGB (Red+Green+Blue) = 104+102+123=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #68667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667B is #979984. Grayscale: #686868. Windows color (decimal): -9935237 or 8087144. OLE color: 8087144.

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

Color convert

RGB104102123-
CMYK0.150.1700.52
HSL245.71º9.33%44.12%-
HSV(B)245.71º17.07%48.24%-
XYZ14.0413.8820.68-
YUV104.99138.16127.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=31.61%
G=31.00%
B=37.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041021230.150.1700.52245.719.3344.12
Hex68667BF11034f692c
Octal15014617317210643661154
Binary1101000110011011110111111100010110100111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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