Html Css Color HEX #6E6B77 Dolphin

📋 copy color: '#6E6B77'

red 110 ◦ green 107 ◦ blue 119

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

Shades of Dolphin #6E6B77

Tints of Dolphin #6E6B77

RGB

 RED value IS 110 (43.36% from 255) = 32.74%

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 32.74%
G = 31.85%
B = 35.42%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E6B77 (or 0x6E6B77) is known color: Dolphin. HEX triplet: 6E, 6B and 77. RGB value is (110,107,119). Sum of RGB (Red+Green+Blue) = 110+107+119=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B77 is #919488. Grayscale: #6D6D6D. Windows color (decimal): -9540745 or 7826286. OLE color: 7826286.

HSL color Cylindrical-coordinate representation of color #6E6B77: hue angle of 255º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E6B77 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 107 119 -
CMYK 0.08 0.10 0 0.53
HSL 255º 0.05% 0.44% -
HSV(B) 255º 0.1% 0.47% -
XYZ 15.02 15.16 19.59 -
YUV 109.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 110 107 119 0.08 0.10 0 0.53 255 0.05 0.44
Hex 6E 6B 77 8 A 0 35 FF 5 2C
Octal 156 153 167 10 12 0 65 377 5 54
Binary 1101110 1101011 1110111 1000 1010 0 110101 11111111 101 101100

Color Harmonies of #6E6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6B77

Black with #6E6B77

Text Example


Text Example

White with #6E6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,107,119); }

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

background-color css

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

 a { background-color: rgb(110,107,119); }

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

border-color css

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

 span { border-color: rgb(110,107,119); }

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