Html Css Color HEX #6E7DAC Ship Cove

📋 copy color: '#6E7DAC'

red 110 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #6E7DAC

Tints of Ship Cove #6E7DAC

RGB

 RED value IS 110 (43.36% from 255) = 27.03%

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

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

R = 27.03%
G = 30.71%
B = 42.26%

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

#6E7DAC (or 0x6E7DAC) is known color: Ship Cove. HEX triplet: 6E, 7D and AC. RGB value is (110,125,172). Sum of RGB (Red+Green+Blue) = 110+125+172=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7DAC is #918253. Grayscale: #7D7D7D. Windows color (decimal): -9536084 or 11304302. OLE color: 11304302.

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

Color convert

RGB 110 125 172 -
CMYK 0.36 0.27 0 0.33
HSL 225.48º 0.27% 0.55% -
HSV(B) 225.48º 0.36% 0.67% -
XYZ 21.21 20.96 41.96 -
YUV 125.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 110 125 172 0.36 0.27 0 0.33 225.48 0.27 0.55
Hex 6E 7D AC 24 1B 0 21 E1 1B 37
Octal 156 175 254 44 33 0 41 341 33 67
Binary 1101110 1111101 10101100 100100 11011 0 100001 11100001 11011 110111

Color Harmonies of #6E7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DAC

Black with #6E7DAC

Text Example


Text Example

White with #6E7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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