Html Css Color HEX #6E7DAE Ship Cove

📋 copy color: '#6E7DAE'

red 110 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #6E7DAE

Tints of Ship Cove #6E7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 26.89%
G = 30.56%
B = 42.54%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E7DAE (or 0x6E7DAE) is known color: Ship Cove. HEX triplet: 6E, 7D and AE. RGB value is (110,125,174). Sum of RGB (Red+Green+Blue) = 110+125+174=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7DAE is #918251. Grayscale: #7D7D7D. Windows color (decimal): -9536082 or 11435374. OLE color: 11435374.

HSL color Cylindrical-coordinate representation of color #6E7DAE: hue angle of 225.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E7DAE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 125 174 -
CMYK 0.37 0.28 0 0.32
HSL 225.94º 0.28% 0.56% -
HSV(B) 225.94º 0.37% 0.68% -
XYZ 21.4 21.04 42.98 -
YUV 126.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 110 125 174 0.37 0.28 0 0.32 225.94 0.28 0.56
Hex 6E 7D AE 25 1C 0 20 E2 1C 38
Octal 156 175 256 45 34 0 40 342 34 70
Binary 1101110 1111101 10101110 100101 11100 0 100000 11100010 11100 111000

Color Harmonies of #6E7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DAE

Black with #6E7DAE

Text Example


Text Example

White with #6E7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,125,174); }

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

background-color css

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

 a { background-color: rgb(110,125,174); }

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

border-color css

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

 span { border-color: rgb(110,125,174); }

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