#6B697B

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

Shades of Dolphin #6B697B

Tints of Dolphin #6B697B

Color information

#6B697B (or 0x6B697B) is unknown color: approx Dolphin. HEX triplet: 6B, 69 and 7B. RGB value is (107,105,123). Sum of RGB (Red+Green+Blue) = 107+105+123=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B697B is #949684. Grayscale: #6B6B6B. Windows color (decimal): -9737861 or 8087915. OLE color: 8087915.

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

Color convert

RGB107105123-
CMYK0.130.1500.52
HSL246.67º7.89%44.71%-
HSV(B)246.67º14.63%48.24%-
XYZ14.6914.6620.79-
YUV107.65136.66127.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=31.94%
G=31.34%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1071051230.130.1500.52246.677.8944.71
Hex6B697BDF034f782d
Octal15315117315170643671055
Binary110101111010011111011110111110110100111101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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