Html Css Color HEX #6F6D89 Dolphin

📋 copy color: '#6F6D89'

red 111 ◦ green 109 ◦ blue 137

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

Shades of Dolphin #6F6D89

Tints of Dolphin #6F6D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 31.09%
G = 30.53%
B = 38.38%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F6D89 (or 0x6F6D89) is known color: Dolphin. HEX triplet: 6F, 6D and 89. RGB value is (111,109,137). Sum of RGB (Red+Green+Blue) = 111+109+137=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F6D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6D89 is #909276. Grayscale: #707070. Windows color (decimal): -9474679 or 9006447. OLE color: 9006447.

HSL color Cylindrical-coordinate representation of color #6F6D89: hue angle of 244.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6D89 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 109 137 -
CMYK 0.19 0.20 0 0.46
HSL 244.29º 0.11% 0.48% -
HSV(B) 244.29º 0.2% 0.54% -
XYZ 16.54 16.12 25.91 -
YUV 112.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 111 109 137 0.19 0.20 0 0.46 244.29 0.11 0.48
Hex 6F 6D 89 13 14 0 2E F4 B 30
Octal 157 155 211 23 24 0 56 364 13 60
Binary 1101111 1101101 10001001 10011 10100 0 101110 11110100 1011 110000

Color Harmonies of #6F6D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D89

Black with #6F6D89

Text Example


Text Example

White with #6F6D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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