Html Css Color HEX #6F6D73 Dolphin

📋 copy color: '#6F6D73'

red 111 ◦ green 109 ◦ blue 115

#6F6D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #6F6D73

Tints of Dolphin #6F6D73

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 33.13%
G = 32.54%
B = 34.33%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F6D73 (or 0x6F6D73) is known color: Dolphin. HEX triplet: 6F, 6D and 73. RGB value is (111,109,115). Sum of RGB (Red+Green+Blue) = 111+109+115=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D73 is #90928C. Grayscale: #6E6E6E. Windows color (decimal): -9474701 or 7564655. OLE color: 7564655.

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

Color convert

RGB 111 109 115 -
CMYK 0.03 0.05 0 0.55
HSL 260º 0.03% 0.44% -
HSV(B) 260º 0.05% 0.45% -
XYZ 15.12 15.55 18.43 -
YUV 110.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 111 109 115 0.03 0.05 0 0.55 260 0.03 0.44
Hex 6F 6D 73 3 5 0 37 104 3 2C
Octal 157 155 163 3 5 0 67 404 3 54
Binary 1101111 1101101 1110011 11 101 0 110111 100000100 11 101100

Color Harmonies of #6F6D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D73

Black with #6F6D73

Text Example


Text Example

White with #6F6D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,115); }

 H1.HeaderClassName
 {
   color: #6F6D73;
 }
 .AnyTagClassName
 {
   color: #6F6D73;
 }
</style>

background-color css

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

 a { background-color: rgb(111,109,115); }

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

border-color css

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

 span { border-color: rgb(111,109,115); }

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