#67657A

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

Shades of Dolphin #67657A

Tints of Dolphin #67657A

Color information

#67657A (or 0x67657A) is unknown color: approx Dolphin. HEX triplet: 67, 65 and 7A. RGB value is (103,101,122). Sum of RGB (Red+Green+Blue) = 103+101+122=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #67657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67657A is #989A85. Grayscale: #676767. Windows color (decimal): -10001030 or 8021351. OLE color: 8021351.

HSL color Cylindrical-coordinate representation of color #67657A: hue angle of 245.71º 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 #67657A is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103101122-
CMYK0.160.1700.52
HSL245.71º9.42%43.73%-
HSV(B)245.71º17.21%47.84%-
XYZ13.7613.620.31-
YUV103.99138.16127.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=31.60%
G=30.98%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031011220.160.1700.52245.719.4243.73
Hex67657A1011034f692c
Octal14714517220210643661154
Binary11001111100101111101010000100010110100111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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