#6B677C

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

Shades of Dolphin #6B677C

Tints of Dolphin #6B677C

Color information

#6B677C (or 0x6B677C) is unknown color: approx Dolphin. HEX triplet: 6B, 67 and 7C. RGB value is (107,103,124). Sum of RGB (Red+Green+Blue) = 107+103+124=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B677C is #949883. Grayscale: #6A6A6A. Windows color (decimal): -9738372 or 8152939. OLE color: 8152939.

HSL color Cylindrical-coordinate representation of color #6B677C: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B677C is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB107103124-
CMYK0.140.1700.51
HSL251.43º9.25%44.51%-
HSV(B)251.43º16.94%48.63%-
XYZ14.5514.2821.06-
YUV106.59137.83128.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=32.04%
G=30.84%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1071031240.140.1700.51251.439.2544.51
Hex6B677CE11033fb92d
Octal15314717416210633731155
Binary1101011110011111111001110100010110011111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,124); }

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

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

 a { background-color: rgb(107,103,124); }

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

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

 span { border-color: rgb(107,103,124); }

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