Html Css Color HEX #6A6971 Dolphin

📋 copy color: '#6A6971'

red 106 ◦ green 105 ◦ blue 113

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

Shades of Dolphin #6A6971

Tints of Dolphin #6A6971

RGB

 RED value IS 106 (41.8% from 255) = 32.72%

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

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 32.72%
G = 32.41%
B = 34.88%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A6971 (or 0x6A6971) is known color: Dolphin. HEX triplet: 6A, 69 and 71. RGB value is (106,105,113). Sum of RGB (Red+Green+Blue) = 106+105+113=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A6971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6971 is #95968E. Grayscale: #6A6A6A. Windows color (decimal): -9803407 or 7432554. OLE color: 7432554.

HSL color Cylindrical-coordinate representation of color #6A6971: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6971 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 105 113 -
CMYK 0.06 0.07 0 0.56
HSL 247.5º 0.04% 0.43% -
HSV(B) 247.5º 0.07% 0.44% -
XYZ 13.98 14.36 17.66 -
YUV 106.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 106 105 113 0.06 0.07 0 0.56 247.5 0.04 0.43
Hex 6A 69 71 6 7 0 38 F8 4 2B
Octal 152 151 161 6 7 0 70 370 4 53
Binary 1101010 1101001 1110001 110 111 0 111000 11111000 100 101011

Color Harmonies of #6A6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6971

Black with #6A6971

Text Example


Text Example

White with #6A6971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,105,113); }

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

background-color css

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

 a { background-color: rgb(106,105,113); }

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

border-color css

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

 span { border-color: rgb(106,105,113); }

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