#69657A

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

Shades of Dolphin #69657A

Tints of Dolphin #69657A

Color information

#69657A (or 0x69657A) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 7A. RGB value is (105,101,122). Sum of RGB (Red+Green+Blue) = 105+101+122=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #69657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69657A is #969A85. Grayscale: #686868. Windows color (decimal): -9869958 or 8021353. OLE color: 8021353.

HSL color Cylindrical-coordinate representation of color #69657A: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69657A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105101122-
CMYK0.140.1700.52
HSL251.43º9.42%43.73%-
HSV(B)251.43º17.21%47.84%-
XYZ13.9913.7220.32-
YUV104.59137.83128.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=32.01%
G=30.79%
B=37.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051011220.140.1700.52251.439.4243.73
Hex69657AE11034fb92c
Octal15114517216210643731154
Binary1101001110010111110101110100010110100111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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