Html Css Color HEX #6D7CAA Ship Cove

📋 copy color: '#6D7CAA'

red 109 ◦ green 124 ◦ blue 170

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

Shades of Ship Cove #6D7CAA

Tints of Ship Cove #6D7CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 27.05%
G = 30.77%
B = 42.18%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D7CAA (or 0x6D7CAA) is known color: Ship Cove. HEX triplet: 6D, 7C and AA. RGB value is (109,124,170). Sum of RGB (Red+Green+Blue) = 109+124+170=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7CAA is #928355. Grayscale: #7C7C7C. Windows color (decimal): -9601878 or 11172973. OLE color: 11172973.

HSL color Cylindrical-coordinate representation of color #6D7CAA: hue angle of 225.25º degrees, saturation: 0.26, 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 #6D7CAA is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 124 170 -
CMYK 0.36 0.27 0 0.33
HSL 225.25º 0.26% 0.55% -
HSV(B) 225.25º 0.36% 0.67% -
XYZ 20.77 20.57 40.91 -
YUV 124.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 109 124 170 0.36 0.27 0 0.33 225.25 0.26 0.55
Hex 6D 7C AA 24 1B 0 21 E1 1A 37
Octal 155 174 252 44 33 0 41 341 32 67
Binary 1101101 1111100 10101010 100100 11011 0 100001 11100001 11010 110111

Color Harmonies of #6D7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7CAA

Black with #6D7CAA

Text Example


Text Example

White with #6D7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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