#6B677A

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

Shades of Dolphin #6B677A

Tints of Dolphin #6B677A

Color information

#6B677A (or 0x6B677A) is unknown color: approx Dolphin. HEX triplet: 6B, 67 and 7A. RGB value is (107,103,122). Sum of RGB (Red+Green+Blue) = 107+103+122=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B677A is #949885. Grayscale: #6A6A6A. Windows color (decimal): -9738374 or 8021867. OLE color: 8021867.

HSL color Cylindrical-coordinate representation of color #6B677A: hue angle of 252.63º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B677A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB107103122-
CMYK0.120.1600.52
HSL252.63º8.44%44.12%-
HSV(B)252.63º15.57%47.84%-
XYZ14.4314.2320.4-
YUV106.36136.83128.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.23%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=32.23%
G=31.02%
B=36.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1071031220.120.1600.52252.638.4444.12
Hex6B677AC10034fd82c
Octal15314717214200643751054
Binary1101011110011111110101100100000110100111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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