Html Css Color HEX #6E7FAE Ship Cove

📋 copy color: '#6E7FAE'

red 110 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #6E7FAE

Tints of Ship Cove #6E7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

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

R = 26.76%
G = 30.9%
B = 42.34%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E7FAE (or 0x6E7FAE) is known color: Ship Cove. HEX triplet: 6E, 7F and AE. RGB value is (110,127,174). Sum of RGB (Red+Green+Blue) = 110+127+174=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAE is #918051. Grayscale: #7F7F7F. Windows color (decimal): -9535570 or 11435886. OLE color: 11435886.

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

Color convert

RGB 110 127 174 -
CMYK 0.37 0.27 0 0.32
HSL 224.06º 0.28% 0.56% -
HSV(B) 224.06º 0.37% 0.68% -
XYZ 21.66 21.55 43.06 -
YUV 127.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 110 127 174 0.37 0.27 0 0.32 224.06 0.28 0.56
Hex 6E 7F AE 25 1B 0 20 E0 1C 38
Octal 156 177 256 45 33 0 40 340 34 70
Binary 1101110 1111111 10101110 100101 11011 0 100000 11100000 11100 111000

Color Harmonies of #6E7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FAE

Black with #6E7FAE

Text Example


Text Example

White with #6E7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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