Html Css Color HEX #6E799B Ship Cove

📋 copy color: '#6E799B'

red 110 ◦ green 121 ◦ blue 155

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

Shades of Ship Cove #6E799B

Tints of Ship Cove #6E799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 28.5%
G = 31.35%
B = 40.16%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E799B (or 0x6E799B) is known color: Ship Cove. HEX triplet: 6E, 79 and 9B. RGB value is (110,121,155). Sum of RGB (Red+Green+Blue) = 110+121+155=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E799B is #918664. Grayscale: #797979. Windows color (decimal): -9537125 or 10189166. OLE color: 10189166.

HSL color Cylindrical-coordinate representation of color #6E799B: hue angle of 225.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E799B is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 121 155 -
CMYK 0.29 0.22 0 0.39
HSL 225.33º 0.18% 0.52% -
HSV(B) 225.33º 0.29% 0.61% -
XYZ 19.18 19.36 33.74 -
YUV 121.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 110 121 155 0.29 0.22 0 0.39 225.33 0.18 0.52
Hex 6E 79 9B 1D 16 0 27 E1 12 34
Octal 156 171 233 35 26 0 47 341 22 64
Binary 1101110 1111001 10011011 11101 10110 0 100111 11100001 10010 110100

Color Harmonies of #6E799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E799B

Black with #6E799B

Text Example


Text Example

White with #6E799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,155); }

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

background-color css

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

 a { background-color: rgb(110,121,155); }

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

border-color css

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

 span { border-color: rgb(110,121,155); }

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