Html Css Color HEX #6E7FA7 Ship Cove

📋 copy color: '#6E7FA7'

red 110 ◦ green 127 ◦ blue 167

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

Shades of Ship Cove #6E7FA7

Tints of Ship Cove #6E7FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 27.23%
G = 31.44%
B = 41.34%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6E7FA7 (or 0x6E7FA7) is known color: Ship Cove. HEX triplet: 6E, 7F and A7. RGB value is (110,127,167). Sum of RGB (Red+Green+Blue) = 110+127+167=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E7FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FA7 is #918058. Grayscale: #7E7E7E. Windows color (decimal): -9535577 or 10977134. OLE color: 10977134.

HSL color Cylindrical-coordinate representation of color #6E7FA7: hue angle of 222.11º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E7FA7 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 127 167 -
CMYK 0.34 0.24 0 0.35
HSL 222.11º 0.24% 0.54% -
HSV(B) 222.11º 0.34% 0.65% -
XYZ 20.99 21.28 39.56 -
YUV 126.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 110 127 167 0.34 0.24 0 0.35 222.11 0.24 0.54
Hex 6E 7F A7 22 18 0 23 DE 18 36
Octal 156 177 247 42 30 0 43 336 30 66
Binary 1101110 1111111 10100111 100010 11000 0 100011 11011110 11000 110110

Color Harmonies of #6E7FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FA7

Black with #6E7FA7

Text Example


Text Example

White with #6E7FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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