#69657D

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

Shades of Dolphin #69657D

Tints of Dolphin #69657D

Color information

#69657D (or 0x69657D) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 7D. RGB value is (105,101,125). Sum of RGB (Red+Green+Blue) = 105+101+125=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #69657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69657D is #969A82. Grayscale: #686868. Windows color (decimal): -9869955 or 8217961. OLE color: 8217961.

HSL color Cylindrical-coordinate representation of color #69657D: hue angle of 250º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69657D is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105101125-
CMYK0.160.1900.51
HSL250º10.62%44.31%-
HSV(B)250º19.2%49.02%-
XYZ14.1813.7921.32-
YUV104.93139.33128.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=31.72%
G=30.51%
B=37.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051011250.160.1900.5125010.6244.31
Hex69657D1013033fab2c
Octal15114517520230633721354
Binary11010011100101111110110000100110110011111110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69657D; }

 p { color: rgb(105,101,125); }

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

<style>
 a { background-color: #69657D; }

 a { background-color: rgb(105,101,125); }

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

<style>
 span { border-color: #69657D; }

 span { border-color: rgb(105,101,125); }

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