#6C697A

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

Shades of Dolphin #6C697A

Tints of Dolphin #6C697A

Color information

#6C697A (or 0x6C697A) is unknown color: approx Dolphin. HEX triplet: 6C, 69 and 7A. RGB value is (108,105,122). Sum of RGB (Red+Green+Blue) = 108+105+122=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C697A is #939685. Grayscale: #6B6B6B. Windows color (decimal): -9672326 or 8022380. OLE color: 8022380.

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

Color convert

RGB108105122-
CMYK0.110.1400.52
HSL250.59º7.49%44.51%-
HSV(B)250.59º13.93%47.84%-
XYZ14.7514.720.47-
YUV107.84135.99128.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=32.24%
G=31.34%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1081051220.110.1400.52250.597.4944.51
Hex6C697ABE034fb72d
Octal1541511721316064373755
Binary11011001101001111101010111110011010011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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