#696374

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

Shades of Dolphin #696374

Tints of Dolphin #696374

Color information

#696374 (or 0x696374) is unknown color: approx Dolphin. HEX triplet: 69, 63 and 74. RGB value is (105,99,116). Sum of RGB (Red+Green+Blue) = 105+99+116=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #696374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696374 is #969C8B. Grayscale: #666666. Windows color (decimal): -9870476 or 7627625. OLE color: 7627625.

HSL color Cylindrical-coordinate representation of color #696374: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696374 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10599116-
CMYK0.090.1500.55
HSL261.18º7.91%42.16%-
HSV(B)261.18º14.66%45.49%-
XYZ13.4413.1918.36-
YUV102.73135.49129.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=32.81%
G=30.94%
B=36.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105991160.090.1500.55261.187.9142.16
Hex6963749F03710582a
Octal15114316411170674051052
Binary1101001110001111101001001111101101111000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696374; }

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

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

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

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

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

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

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

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