Html Css Color HEX #6D677A Dolphin

📋 copy color: '#6D677A'

red 109 ◦ green 103 ◦ blue 122

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

Shades of Dolphin #6D677A

Tints of Dolphin #6D677A

RGB

 RED value IS 109 (42.97% from 255) = 32.63%

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 32.63%
G = 30.84%
B = 36.53%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D677A (or 0x6D677A) is known color: Dolphin. HEX triplet: 6D, 67 and 7A. RGB value is (109,103,122). Sum of RGB (Red+Green+Blue) = 109+103+122=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D677A is #929885. Grayscale: #6A6A6A. Windows color (decimal): -9607302 or 8021869. OLE color: 8021869.

HSL color Cylindrical-coordinate representation of color #6D677A: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D677A is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 103 122 -
CMYK 0.11 0.16 0 0.52
HSL 258.95º 0.08% 0.44% -
HSV(B) 258.95º 0.16% 0.48% -
XYZ 14.67 14.36 20.41 -
YUV 106.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 109 103 122 0.11 0.16 0 0.52 258.95 0.08 0.44
Hex 6D 67 7A B 10 0 34 103 8 2C
Octal 155 147 172 13 20 0 64 403 10 54
Binary 1101101 1100111 1111010 1011 10000 0 110100 100000011 1000 101100

Color Harmonies of #6D677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D677A

Black with #6D677A

Text Example


Text Example

White with #6D677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,103,122); }

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

background-color css

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

 a { background-color: rgb(109,103,122); }

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

border-color css

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

 span { border-color: rgb(109,103,122); }

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