Html Css Color HEX #6F697D Dolphin

📋 copy color: '#6F697D'

red 111 ◦ green 105 ◦ blue 125

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

Shades of Dolphin #6F697D

Tints of Dolphin #6F697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 32.55%
G = 30.79%
B = 36.66%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F697D (or 0x6F697D) is known color: Dolphin. HEX triplet: 6F, 69 and 7D. RGB value is (111,105,125). Sum of RGB (Red+Green+Blue) = 111+105+125=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F697D is #909682. Grayscale: #6D6D6D. Windows color (decimal): -9475715 or 8218991. OLE color: 8218991.

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

Color convert

RGB 111 105 125 -
CMYK 0.11 0.16 0 0.51
HSL 258º 0.09% 0.45% -
HSV(B) 258º 0.16% 0.49% -
XYZ 15.31 14.96 21.48 -
YUV 109.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 111 105 125 0.11 0.16 0 0.51 258 0.09 0.45
Hex 6F 69 7D B 10 0 33 102 9 2D
Octal 157 151 175 13 20 0 63 402 11 55
Binary 1101111 1101001 1111101 1011 10000 0 110011 100000010 1001 101101

Color Harmonies of #6F697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F697D

Black with #6F697D

Text Example


Text Example

White with #6F697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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