Html Css Color HEX #6D7DAC Ship Cove

📋 copy color: '#6D7DAC'

red 109 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #6D7DAC

Tints of Ship Cove #6D7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 26.85%
G = 30.79%
B = 42.36%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D7DAC (or 0x6D7DAC) is known color: Ship Cove. HEX triplet: 6D, 7D and AC. RGB value is (109,125,172). Sum of RGB (Red+Green+Blue) = 109+125+172=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7DAC is #928253. Grayscale: #7D7D7D. Windows color (decimal): -9601620 or 11304301. OLE color: 11304301.

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

Color convert

RGB 109 125 172 -
CMYK 0.37 0.27 0 0.33
HSL 224.76º 0.28% 0.55% -
HSV(B) 224.76º 0.37% 0.67% -
XYZ 21.09 20.9 41.95 -
YUV 125.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 109 125 172 0.37 0.27 0 0.33 224.76 0.28 0.55
Hex 6D 7D AC 25 1B 0 21 E1 1C 37
Octal 155 175 254 45 33 0 41 341 34 67
Binary 1101101 1111101 10101100 100101 11011 0 100001 11100001 11100 110111

Color Harmonies of #6D7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DAC

Black with #6D7DAC

Text Example


Text Example

White with #6D7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,172); }

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

background-color css

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

 a { background-color: rgb(109,125,172); }

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

border-color css

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

 span { border-color: rgb(109,125,172); }

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