Shades of Dolphin #6A667C
Tints of Dolphin #6A667C
RGB
CMYK
RGB Variations
Color information
#6A667C (or 0x6A667C) is known color: Dolphin. HEX triplet: 6A, 66 and 7C. RGB value is (106,102,124). Sum of RGB (Red+Green+Blue) = 106+102+124=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A667C is #959983. Grayscale: #696969. Windows color (decimal): -9804164 or 8152682. OLE color: 8152682.
HSL color Cylindrical-coordinate representation of color #6A667C: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A667C is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 102 | 124 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.51 |
| HSL | 250.91º | 0.1% | 0.44% | - |
| HSV(B) | 250.91º | 0.18% | 0.49% | - |
| XYZ | 14.33 | 14.02 | 21.02 | - |
| YUV | 105.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 124 | 0.15 | 0.18 | 0 | 0.51 | 250.91 | 0.1 | 0.44 |
| Hex | 6A | 66 | 7C | F | 12 | 0 | 33 | FB | A | 2C |
| Octal | 152 | 146 | 174 | 17 | 22 | 0 | 63 | 373 | 12 | 54 |
| Binary | 1101010 | 1100110 | 1111100 | 1111 | 10010 | 0 | 110011 | 11111011 | 1010 | 101100 |
Color Harmonies of #6A667C
Complementary color
Monochromatic Colors of #6A667C
Black with #6A667C
Text Example
Text Example
White with #6A667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A667C; }
p { color: rgb(106,102,124); }
H1.HeaderClassName
{
color: #6A667C;
}
.AnyTagClassName
{
color: #6A667C;
}
</style>
background-color css
<style>
a { background-color: #6A667C; }
a { background-color: rgb(106,102,124); }
div.DivClassName
{
background-color: #6A667C;
}
.BgClassName
{
background-color: #6A667C;
}
</style>
border-color css
<style>
span { border-color: #6A667C; }
span { border-color: rgb(106,102,124); }
td.TdClassName
{
border-color: #6A667C;
}
.TagClassName
{
border-color: #6A667C;
}
</style>