Html Css Color HEX #6F6D7D Dolphin

📋 copy color: '#6F6D7D'

red 111 ◦ green 109 ◦ blue 125

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

Shades of Dolphin #6F6D7D

Tints of Dolphin #6F6D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 32.17%
G = 31.59%
B = 36.23%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F6D7D (or 0x6F6D7D) is known color: Dolphin. HEX triplet: 6F, 6D and 7D. RGB value is (111,109,125). Sum of RGB (Red+Green+Blue) = 111+109+125=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F6D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D7D is #909282. Grayscale: #6F6F6F. Windows color (decimal): -9474691 or 8220015. OLE color: 8220015.

HSL color Cylindrical-coordinate representation of color #6F6D7D: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6D7D is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 109 125 -
CMYK 0.11 0.13 0 0.51
HSL 247.5º 0.07% 0.46% -
HSV(B) 247.5º 0.13% 0.49% -
XYZ 15.73 15.8 21.62 -
YUV 111.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 111 109 125 0.11 0.13 0 0.51 247.5 0.07 0.46
Hex 6F 6D 7D B D 0 33 F8 7 2E
Octal 157 155 175 13 15 0 63 370 7 56
Binary 1101111 1101101 1111101 1011 1101 0 110011 11111000 111 101110

Color Harmonies of #6F6D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D7D

Black with #6F6D7D

Text Example


Text Example

White with #6F6D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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