#69647B

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

Shades of Dolphin #69647B

Tints of Dolphin #69647B

Color information

#69647B (or 0x69647B) is unknown color: approx Dolphin. HEX triplet: 69, 64 and 7B. RGB value is (105,100,123). Sum of RGB (Red+Green+Blue) = 105+100+123=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #69647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69647B is #969B84. Grayscale: #686868. Windows color (decimal): -9870213 or 8086633. OLE color: 8086633.

HSL color Cylindrical-coordinate representation of color #69647B: hue angle of 253.04º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69647B is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105100123-
CMYK0.150.1900.52
HSL253.04º10.31%43.73%-
HSV(B)253.04º18.7%48.24%-
XYZ13.9613.5520.62-
YUV104.12138.66128.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=32.01%
G=30.49%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051001230.150.1900.52253.0410.3143.73
Hex69647BF13034fda2c
Octal15114417317230643751254
Binary1101001110010011110111111100110110100111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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