Html Css Color HEX #6D799C Ship Cove

📋 copy color: '#6D799C'

red 109 ◦ green 121 ◦ blue 156

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

Shades of Ship Cove #6D799C

Tints of Ship Cove #6D799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 28.24%
G = 31.35%
B = 40.41%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D799C (or 0x6D799C) is known color: Ship Cove. HEX triplet: 6D, 79 and 9C. RGB value is (109,121,156). Sum of RGB (Red+Green+Blue) = 109+121+156=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D799C is #928663. Grayscale: #797979. Windows color (decimal): -9602660 or 10254701. OLE color: 10254701.

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

Color convert

RGB 109 121 156 -
CMYK 0.30 0.22 0 0.39
HSL 224.68º 0.19% 0.52% -
HSV(B) 224.68º 0.3% 0.61% -
XYZ 19.14 19.33 34.17 -
YUV 121.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 109 121 156 0.30 0.22 0 0.39 224.68 0.19 0.52
Hex 6D 79 9C 1E 16 0 27 E1 13 34
Octal 155 171 234 36 26 0 47 341 23 64
Binary 1101101 1111001 10011100 11110 10110 0 100111 11100001 10011 110100

Color Harmonies of #6D799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D799C

Black with #6D799C

Text Example


Text Example

White with #6D799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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