Html Css Color HEX #6E7CAE Ship Cove

📋 copy color: '#6E7CAE'

red 110 ◦ green 124 ◦ blue 174

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

Shades of Ship Cove #6E7CAE

Tints of Ship Cove #6E7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.39%

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

R = 26.96%
G = 30.39%
B = 42.65%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E7CAE (or 0x6E7CAE) is known color: Ship Cove. HEX triplet: 6E, 7C and AE. RGB value is (110,124,174). Sum of RGB (Red+Green+Blue) = 110+124+174=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CAE is #918351. Grayscale: #7D7D7D. Windows color (decimal): -9536338 or 11435118. OLE color: 11435118.

HSL color Cylindrical-coordinate representation of color #6E7CAE: hue angle of 226.88º 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 #6E7CAE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 124 174 -
CMYK 0.37 0.29 0 0.32
HSL 226.88º 0.28% 0.56% -
HSV(B) 226.88º 0.37% 0.68% -
XYZ 21.28 20.79 42.94 -
YUV 125.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 110 124 174 0.37 0.29 0 0.32 226.88 0.28 0.56
Hex 6E 7C AE 25 1D 0 20 E3 1C 38
Octal 156 174 256 45 35 0 40 343 34 70
Binary 1101110 1111100 10101110 100101 11101 0 100000 11100011 11100 111000

Color Harmonies of #6E7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CAE

Black with #6E7CAE

Text Example


Text Example

White with #6E7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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