#69647C

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

Shades of Dolphin #69647C

Tints of Dolphin #69647C

Color information

#69647C (or 0x69647C) is unknown color: approx Dolphin. HEX triplet: 69, 64 and 7C. RGB value is (105,100,124). Sum of RGB (Red+Green+Blue) = 105+100+124=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #69647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69647C is #969B83. Grayscale: #686868. Windows color (decimal): -9870212 or 8152169. OLE color: 8152169.

HSL color Cylindrical-coordinate representation of color #69647C: hue angle of 252.5º 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 #69647C is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105100124-
CMYK0.150.1900.51
HSL252.5º10.71%43.92%-
HSV(B)252.5º19.35%48.63%-
XYZ14.0213.5720.95-
YUV104.23139.16128.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=31.91%
G=30.40%
B=37.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051001240.150.1900.51252.510.7143.92
Hex69647CF13033fcb2c
Octal15114417417230633741354
Binary1101001110010011111001111100110110011111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69647C; }

 p { color: rgb(105,100,124); }

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

<style>
 a { background-color: #69647C; }

 a { background-color: rgb(105,100,124); }

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

<style>
 span { border-color: #69647C; }

 span { border-color: rgb(105,100,124); }

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