Html Css Color HEX #6D799E Ship Cove

📋 copy color: '#6D799E'

red 109 ◦ green 121 ◦ blue 158

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

Shades of Ship Cove #6D799E

Tints of Ship Cove #6D799E

RGB

 RED value IS 109 (42.97% from 255) = 28.09%

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

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 28.09%
G = 31.19%
B = 40.72%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D799E (or 0x6D799E) is known color: Ship Cove. HEX triplet: 6D, 79 and 9E. RGB value is (109,121,158). Sum of RGB (Red+Green+Blue) = 109+121+158=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D799E is #928661. Grayscale: #797979. Windows color (decimal): -9602658 or 10385773. OLE color: 10385773.

HSL color Cylindrical-coordinate representation of color #6D799E: hue angle of 225.31º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D799E is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 121 158 -
CMYK 0.31 0.23 0 0.38
HSL 225.31º 0.2% 0.52% -
HSV(B) 225.31º 0.31% 0.62% -
XYZ 19.32 19.39 35.07 -
YUV 121.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 109 121 158 0.31 0.23 0 0.38 225.31 0.2 0.52
Hex 6D 79 9E 1F 17 0 26 E1 14 34
Octal 155 171 236 37 27 0 46 341 24 64
Binary 1101101 1111001 10011110 11111 10111 0 100110 11100001 10100 110100

Color Harmonies of #6D799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D799E

Black with #6D799E

Text Example


Text Example

White with #6D799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,158); }

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

background-color css

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

 a { background-color: rgb(109,121,158); }

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

border-color css

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

 span { border-color: rgb(109,121,158); }

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