#6B667B

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

Shades of Dolphin #6B667B

Tints of Dolphin #6B667B

Color information

#6B667B (or 0x6B667B) is unknown color: approx Dolphin. HEX triplet: 6B, 66 and 7B. RGB value is (107,102,123). Sum of RGB (Red+Green+Blue) = 107+102+123=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B667B is #949984. Grayscale: #696969. Windows color (decimal): -9738629 or 8087147. OLE color: 8087147.

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

Color convert

RGB107102123-
CMYK0.130.1700.52
HSL254.29º9.33%44.12%-
HSV(B)254.29º17.07%48.24%-
XYZ14.3914.0620.69-
YUV105.89137.66128.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.23%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=32.23%
G=30.72%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1071021230.130.1700.52254.299.3344.12
Hex6B667BD11034fe92c
Octal15314617315210643761154
Binary1101011110011011110111101100010110100111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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