#69637D

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

Shades of Dolphin #69637D

Tints of Dolphin #69637D

Color information

#69637D (or 0x69637D) is unknown color: approx Dolphin. HEX triplet: 69, 63 and 7D. RGB value is (105,99,125). Sum of RGB (Red+Green+Blue) = 105+99+125=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #69637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69637D is #969C82. Grayscale: #676767. Windows color (decimal): -9870467 or 8217449. OLE color: 8217449.

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

Color convert

RGB10599125-
CMYK0.160.2100.51
HSL253.85º11.61%43.92%-
HSV(B)253.85º20.8%49.02%-
XYZ13.9913.4121.25-
YUV103.76139.99128.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=31.91%
G=30.09%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105991250.160.2100.51253.8511.6143.92
Hex69637D1015033fec2c
Octal15114317520250633761454
Binary11010011100011111110110000101010110011111111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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