#6C687A

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

Shades of Dolphin #6C687A

Tints of Dolphin #6C687A

Color information

#6C687A (or 0x6C687A) is unknown color: approx Dolphin. HEX triplet: 6C, 68 and 7A. RGB value is (108,104,122). Sum of RGB (Red+Green+Blue) = 108+104+122=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C687A is #939785. Grayscale: #6B6B6B. Windows color (decimal): -9672582 or 8022124. OLE color: 8022124.

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

Color convert

RGB108104122-
CMYK0.110.1500.52
HSL253.33º7.96%44.31%-
HSV(B)253.33º14.75%47.84%-
XYZ14.6514.4920.44-
YUV107.25136.33128.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=32.34%
G=31.14%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1081041220.110.1500.52253.337.9644.31
Hex6C687ABF034fd82c
Octal15415017213170643751054
Binary110110011010001111010101111110110100111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C687A; }

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

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

<style>
 a { background-color: #6C687A; }

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

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

<style>
 span { border-color: #6C687A; }

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

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