Html Css Color HEX #6D83AE Ship Cove

📋 copy color: '#6D83AE'

red 109 ◦ green 131 ◦ blue 174

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

Shades of Ship Cove #6D83AE

Tints of Ship Cove #6D83AE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 26.33%
G = 31.64%
B = 42.03%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D83AE (or 0x6D83AE) is known color: Ship Cove. HEX triplet: 6D, 83 and AE. RGB value is (109,131,174). Sum of RGB (Red+Green+Blue) = 109+131+174=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D83AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D83AE is #927C51. Grayscale: #818181. Windows color (decimal): -9600082 or 11436909. OLE color: 11436909.

HSL color Cylindrical-coordinate representation of color #6D83AE: hue angle of 219.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D83AE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 131 174 -
CMYK 0.37 0.25 0 0.32
HSL 219.69º 0.29% 0.55% -
HSV(B) 219.69º 0.37% 0.68% -
XYZ 22.06 22.54 43.23 -
YUV 129.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 109 131 174 0.37 0.25 0 0.32 219.69 0.29 0.55
Hex 6D 83 AE 25 19 0 20 DC 1D 37
Octal 155 203 256 45 31 0 40 334 35 67
Binary 1101101 10000011 10101110 100101 11001 0 100000 11011100 11101 110111

Color Harmonies of #6D83AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D83AE

Black with #6D83AE

Text Example


Text Example

White with #6D83AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,174); }

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

background-color css

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

 a { background-color: rgb(109,131,174); }

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

border-color css

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

 span { border-color: rgb(109,131,174); }

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