Html Css Color HEX #6D83AB Ship Cove

📋 copy color: '#6D83AB'

red 109 ◦ green 131 ◦ blue 171

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

Shades of Ship Cove #6D83AB

Tints of Ship Cove #6D83AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 26.52%
G = 31.87%
B = 41.61%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D83AB (or 0x6D83AB) is known color: Ship Cove. HEX triplet: 6D, 83 and AB. RGB value is (109,131,171). Sum of RGB (Red+Green+Blue) = 109+131+171=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D83AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D83AB is #927C54. Grayscale: #808080. Windows color (decimal): -9600085 or 11240301. OLE color: 11240301.

HSL color Cylindrical-coordinate representation of color #6D83AB: hue angle of 218.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D83AB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 131 171 -
CMYK 0.36 0.23 0 0.33
HSL 218.71º 0.27% 0.55% -
HSV(B) 218.71º 0.36% 0.67% -
XYZ 21.77 22.42 41.71 -
YUV 128.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 109 131 171 0.36 0.23 0 0.33 218.71 0.27 0.55
Hex 6D 83 AB 24 17 0 21 DB 1B 37
Octal 155 203 253 44 27 0 41 333 33 67
Binary 1101101 10000011 10101011 100100 10111 0 100001 11011011 11011 110111

Color Harmonies of #6D83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D83AB

Black with #6D83AB

Text Example


Text Example

White with #6D83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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