Html Css Color HEX #6E6A7E Dolphin

📋 copy color: '#6E6A7E'

red 110 ◦ green 106 ◦ blue 126

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

Shades of Dolphin #6E6A7E

Tints of Dolphin #6E6A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 32.16%
G = 30.99%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E6A7E (or 0x6E6A7E) is known color: Dolphin. HEX triplet: 6E, 6A and 7E. RGB value is (110,106,126). Sum of RGB (Red+Green+Blue) = 110+106+126=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E6A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A7E is #919581. Grayscale: #6D6D6D. Windows color (decimal): -9540994 or 8284782. OLE color: 8284782.

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

Color convert

RGB 110 106 126 -
CMYK 0.13 0.16 0 0.51
HSL 252º 0.09% 0.45% -
HSV(B) 252º 0.16% 0.49% -
XYZ 15.35 15.13 21.85 -
YUV 109.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 110 106 126 0.13 0.16 0 0.51 252 0.09 0.45
Hex 6E 6A 7E D 10 0 33 FC 9 2D
Octal 156 152 176 15 20 0 63 374 11 55
Binary 1101110 1101010 1111110 1101 10000 0 110011 11111100 1001 101101

Color Harmonies of #6E6A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6A7E

Black with #6E6A7E

Text Example


Text Example

White with #6E6A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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