#6C697C

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

Shades of Dolphin #6C697C

Tints of Dolphin #6C697C

Color information

#6C697C (or 0x6C697C) is unknown color: approx Dolphin. HEX triplet: 6C, 69 and 7C. RGB value is (108,105,124). Sum of RGB (Red+Green+Blue) = 108+105+124=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C697C is #939683. Grayscale: #6B6B6B. Windows color (decimal): -9672324 or 8153452. OLE color: 8153452.

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

Color convert

RGB108105124-
CMYK0.130.1500.51
HSL249.47º8.3%44.9%-
HSV(B)249.47º15.32%48.63%-
XYZ14.8714.7521.13-
YUV108.06136.99127.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=32.05%
G=31.16%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1081051240.130.1500.51249.478.344.9
Hex6C697CDF033f982d
Octal15415117415170633711055
Binary110110011010011111100110111110110011111110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,124); }

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

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

 a { background-color: rgb(108,105,124); }

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

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

 span { border-color: rgb(108,105,124); }

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