#69677D

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

Shades of Dolphin #69677D

Tints of Dolphin #69677D

Color information

#69677D (or 0x69677D) is unknown color: approx Dolphin. HEX triplet: 69, 67 and 7D. RGB value is (105,103,125). Sum of RGB (Red+Green+Blue) = 105+103+125=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #69677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69677D is #969882. Grayscale: #6A6A6A. Windows color (decimal): -9869443 or 8218473. OLE color: 8218473.

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

Color convert

RGB105103125-
CMYK0.160.1800.51
HSL245.45º9.65%44.71%-
HSV(B)245.45º17.6%49.02%-
XYZ14.3814.1821.38-
YUV106.11138.66127.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=31.53%
G=30.93%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051031250.160.1800.51245.459.6544.71
Hex69677D1012033f5a2d
Octal15114717520220633651255
Binary11010011100111111110110000100100110011111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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