#6B667E

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

Shades of Dolphin #6B667E

Tints of Dolphin #6B667E

Color information

#6B667E (or 0x6B667E) is unknown color: approx Dolphin. HEX triplet: 6B, 66 and 7E. RGB value is (107,102,126). Sum of RGB (Red+Green+Blue) = 107+102+126=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B667E is #949981. Grayscale: #6A6A6A. Windows color (decimal): -9738626 or 8283755. OLE color: 8283755.

HSL color Cylindrical-coordinate representation of color #6B667E: hue angle of 252.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B667E is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB107102126-
CMYK0.150.1900.51
HSL252.5º10.53%44.71%-
HSV(B)252.5º19.05%49.41%-
XYZ14.5814.1321.7-
YUV106.23139.16128.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=31.94%
G=30.45%
B=37.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1071021260.150.1900.51252.510.5344.71
Hex6B667EF13033fcb2d
Octal15314617617230633741355
Binary1101011110011011111101111100110110011111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B667E; }

 p { color: rgb(107,102,126); }

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

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

 a { background-color: rgb(107,102,126); }

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

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

 span { border-color: rgb(107,102,126); }

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