Html Css Color HEX #6E7EAC Ship Cove

📋 copy color: '#6E7EAC'

red 110 ◦ green 126 ◦ blue 172

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

Shades of Ship Cove #6E7EAC

Tints of Ship Cove #6E7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 26.96%
G = 30.88%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E7EAC (or 0x6E7EAC) is known color: Ship Cove. HEX triplet: 6E, 7E and AC. RGB value is (110,126,172). Sum of RGB (Red+Green+Blue) = 110+126+172=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7EAC is #918153. Grayscale: #7E7E7E. Windows color (decimal): -9535828 or 11304558. OLE color: 11304558.

HSL color Cylindrical-coordinate representation of color #6E7EAC: hue angle of 224.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7EAC is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 126 172 -
CMYK 0.36 0.27 0 0.33
HSL 224.52º 0.27% 0.55% -
HSV(B) 224.52º 0.36% 0.67% -
XYZ 21.34 21.22 42 -
YUV 126.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 110 126 172 0.36 0.27 0 0.33 224.52 0.27 0.55
Hex 6E 7E AC 24 1B 0 21 E1 1B 37
Octal 156 176 254 44 33 0 41 341 33 67
Binary 1101110 1111110 10101100 100100 11011 0 100001 11100001 11011 110111

Color Harmonies of #6E7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7EAC

Black with #6E7EAC

Text Example


Text Example

White with #6E7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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