#6B667A

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

Shades of Dolphin #6B667A

Tints of Dolphin #6B667A

Color information

#6B667A (or 0x6B667A) is unknown color: approx Dolphin. HEX triplet: 6B, 66 and 7A. RGB value is (107,102,122). Sum of RGB (Red+Green+Blue) = 107+102+122=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B667A is #949985. Grayscale: #696969. Windows color (decimal): -9738630 or 8021611. OLE color: 8021611.

HSL color Cylindrical-coordinate representation of color #6B667A: hue angle of 255º degrees, saturation: 0.09, 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 #6B667A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB107102122-
CMYK0.120.1600.52
HSL255º8.93%43.92%-
HSV(B)255º16.39%47.84%-
XYZ14.3314.0320.37-
YUV105.78137.16128.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=32.33%
G=30.82%
B=36.86%

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
Decimal1071021220.120.1600.522558.9343.92
Hex6B667AC10034ff92c
Octal15314617214200643771154
Binary1101011110011011110101100100000110100111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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