Html Css Color HEX #6D7FAC Ship Cove

📋 copy color: '#6D7FAC'

red 109 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #6D7FAC

Tints of Ship Cove #6D7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 26.72%
G = 31.13%
B = 42.16%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D7FAC (or 0x6D7FAC) is known color: Ship Cove. HEX triplet: 6D, 7F and AC. RGB value is (109,127,172). Sum of RGB (Red+Green+Blue) = 109+127+172=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7FAC is #928053. Grayscale: #7E7E7E. Windows color (decimal): -9601108 or 11304813. OLE color: 11304813.

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

Color convert

RGB 109 127 172 -
CMYK 0.37 0.26 0 0.33
HSL 222.86º 0.28% 0.55% -
HSV(B) 222.86º 0.37% 0.67% -
XYZ 21.34 21.41 42.04 -
YUV 126.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 109 127 172 0.37 0.26 0 0.33 222.86 0.28 0.55
Hex 6D 7F AC 25 1A 0 21 DF 1C 37
Octal 155 177 254 45 32 0 41 337 34 67
Binary 1101101 1111111 10101100 100101 11010 0 100001 11011111 11100 110111

Color Harmonies of #6D7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7FAC

Black with #6D7FAC

Text Example


Text Example

White with #6D7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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