#6B6773

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

Shades of Dolphin #6B6773

Tints of Dolphin #6B6773

Color information

#6B6773 (or 0x6B6773) is unknown color: approx Dolphin. HEX triplet: 6B, 67 and 73. RGB value is (107,103,115). Sum of RGB (Red+Green+Blue) = 107+103+115=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6773 is #94988C. Grayscale: #696969. Windows color (decimal): -9738381 or 7563115. OLE color: 7563115.

HSL color Cylindrical-coordinate representation of color #6B6773: hue angle of 260º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6773 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB107103115-
CMYK0.070.1000.55
HSL260º5.5%42.75%-
HSV(B)260º10.43%45.1%-
XYZ14.0114.0618.2-
YUV105.56133.33129.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=32.92%
G=31.69%
B=35.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071031150.070.1000.552605.542.75
Hex6B67737A03710462b
Octal153147163712067404653
Binary11010111100111111001111110100110111100000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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