Html Css Color HEX #6E687C Dolphin

📋 copy color: '#6E687C'

red 110 ◦ green 104 ◦ blue 124

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

Shades of Dolphin #6E687C

Tints of Dolphin #6E687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 32.54%
G = 30.77%
B = 36.69%

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

#6E687C (or 0x6E687C) is known color: Dolphin. HEX triplet: 6E, 68 and 7C. RGB value is (110,104,124). Sum of RGB (Red+Green+Blue) = 110+104+124=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E687C is #919783. Grayscale: #6C6C6C. Windows color (decimal): -9541508 or 8153198. OLE color: 8153198.

HSL color Cylindrical-coordinate representation of color #6E687C: 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 #6E687C is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 104 124 -
CMYK 0.11 0.16 0 0.51
HSL 258º 0.09% 0.45% -
HSV(B) 258º 0.16% 0.49% -
XYZ 15.02 14.67 21.11 -
YUV 108.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 110 104 124 0.11 0.16 0 0.51 258 0.09 0.45
Hex 6E 68 7C B 10 0 33 102 9 2D
Octal 156 150 174 13 20 0 63 402 11 55
Binary 1101110 1101000 1111100 1011 10000 0 110011 100000010 1001 101101

Color Harmonies of #6E687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E687C

Black with #6E687C

Text Example


Text Example

White with #6E687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,124); }

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

background-color css

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

 a { background-color: rgb(110,104,124); }

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

border-color css

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

 span { border-color: rgb(110,104,124); }

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