#6B697A

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

Shades of Dolphin #6B697A

Tints of Dolphin #6B697A

Color information

#6B697A (or 0x6B697A) is unknown color: approx Dolphin. HEX triplet: 6B, 69 and 7A. RGB value is (107,105,122). Sum of RGB (Red+Green+Blue) = 107+105+122=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B697A is #949685. Grayscale: #6B6B6B. Windows color (decimal): -9737862 or 8022379. OLE color: 8022379.

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

Color convert

RGB107105122-
CMYK0.120.1400.52
HSL247.06º7.49%44.51%-
HSV(B)247.06º13.93%47.84%-
XYZ14.6314.6320.47-
YUV107.54136.16127.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=32.04%
G=31.44%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1071051220.120.1400.52247.067.4944.51
Hex6B697ACE034f772d
Octal1531511721416064367755
Binary11010111101001111101011001110011010011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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