Html Css Color HEX #6D7CAD Ship Cove

📋 copy color: '#6D7CAD'

red 109 ◦ green 124 ◦ blue 173

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

Shades of Ship Cove #6D7CAD

Tints of Ship Cove #6D7CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 26.85%
G = 30.54%
B = 42.61%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D7CAD (or 0x6D7CAD) is known color: Ship Cove. HEX triplet: 6D, 7C and AD. RGB value is (109,124,173). Sum of RGB (Red+Green+Blue) = 109+124+173=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7CAD is #928352. Grayscale: #7C7C7C. Windows color (decimal): -9601875 or 11369581. OLE color: 11369581.

HSL color Cylindrical-coordinate representation of color #6D7CAD: hue angle of 225.94º degrees, saturation: 0.28, 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 #6D7CAD is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 124 173 -
CMYK 0.37 0.28 0 0.32
HSL 225.94º 0.28% 0.55% -
HSV(B) 225.94º 0.37% 0.68% -
XYZ 21.06 20.68 42.42 -
YUV 125.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 109 124 173 0.37 0.28 0 0.32 225.94 0.28 0.55
Hex 6D 7C AD 25 1C 0 20 E2 1C 37
Octal 155 174 255 45 34 0 40 342 34 67
Binary 1101101 1111100 10101101 100101 11100 0 100000 11100010 11100 110111

Color Harmonies of #6D7CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7CAD

Black with #6D7CAD

Text Example


Text Example

White with #6D7CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,124,173); }

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

background-color css

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

 a { background-color: rgb(109,124,173); }

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

border-color css

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

 span { border-color: rgb(109,124,173); }

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