#6A677C

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

Shades of Dolphin #6A677C

Tints of Dolphin #6A677C

Color information

#6A677C (or 0x6A677C) is unknown color: approx Dolphin. HEX triplet: 6A, 67 and 7C. RGB value is (106,103,124). Sum of RGB (Red+Green+Blue) = 106+103+124=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A677C is #959883. Grayscale: #6A6A6A. Windows color (decimal): -9803908 or 8152938. OLE color: 8152938.

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

Color convert

RGB106103124-
CMYK0.150.1700.51
HSL248.57º9.25%44.51%-
HSV(B)248.57º16.94%48.63%-
XYZ14.4314.2221.05-
YUV106.29137.99127.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=31.83%
G=30.93%
B=37.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1061031240.150.1700.51248.579.2544.51
Hex6A677CF11033f992d
Octal15214717417210633711155
Binary1101010110011111111001111100010110011111110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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