#6C667B

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

Shades of Dolphin #6C667B

Tints of Dolphin #6C667B

Color information

#6C667B (or 0x6C667B) is unknown color: approx Dolphin. HEX triplet: 6C, 66 and 7B. RGB value is (108,102,123). Sum of RGB (Red+Green+Blue) = 108+102+123=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C667B is #939984. Grayscale: #6A6A6A. Windows color (decimal): -9673093 or 8087148. OLE color: 8087148.

HSL color Cylindrical-coordinate representation of color #6C667B: hue angle of 257.14º 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 #6C667B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB108102123-
CMYK0.120.1700.52
HSL257.14º9.33%44.12%-
HSV(B)257.14º17.07%48.24%-
XYZ14.5114.1220.7-
YUV106.19137.49129.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=32.43%
G=30.63%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1081021230.120.1700.52257.149.3344.12
Hex6C667BC1103410192c
Octal15414617314210644011154
Binary11011001100110111101111001000101101001000000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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