Html Css Color HEX #6E6A7C Dolphin

📋 copy color: '#6E6A7C'

red 110 ◦ green 106 ◦ blue 124

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

Shades of Dolphin #6E6A7C

Tints of Dolphin #6E6A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 32.35%
G = 31.18%
B = 36.47%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E6A7C (or 0x6E6A7C) is known color: Dolphin. HEX triplet: 6E, 6A and 7C. RGB value is (110,106,124). Sum of RGB (Red+Green+Blue) = 110+106+124=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E6A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A7C is #919583. Grayscale: #6D6D6D. Windows color (decimal): -9540996 or 8153710. OLE color: 8153710.

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

Color convert

RGB 110 106 124 -
CMYK 0.11 0.15 0 0.51
HSL 253.33º 0.08% 0.45% -
HSV(B) 253.33º 0.15% 0.49% -
XYZ 15.22 15.08 21.18 -
YUV 109.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 110 106 124 0.11 0.15 0 0.51 253.33 0.08 0.45
Hex 6E 6A 7C B F 0 33 FD 8 2D
Octal 156 152 174 13 17 0 63 375 10 55
Binary 1101110 1101010 1111100 1011 1111 0 110011 11111101 1000 101101

Color Harmonies of #6E6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6A7C

Black with #6E6A7C

Text Example


Text Example

White with #6E6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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