Html Css Color HEX #6E7DAB Ship Cove

📋 copy color: '#6E7DAB'

red 110 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #6E7DAB

Tints of Ship Cove #6E7DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 27.09%
G = 30.79%
B = 42.12%

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

#6E7DAB (or 0x6E7DAB) is known color: Ship Cove. HEX triplet: 6E, 7D and AB. RGB value is (110,125,171). Sum of RGB (Red+Green+Blue) = 110+125+171=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7DAB is #918254. Grayscale: #7D7D7D. Windows color (decimal): -9536085 or 11238766. OLE color: 11238766.

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

Color convert

RGB 110 125 171 -
CMYK 0.36 0.27 0 0.33
HSL 225.25º 0.27% 0.55% -
HSV(B) 225.25º 0.36% 0.67% -
XYZ 21.11 20.92 41.45 -
YUV 125.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 110 125 171 0.36 0.27 0 0.33 225.25 0.27 0.55
Hex 6E 7D AB 24 1B 0 21 E1 1B 37
Octal 156 175 253 44 33 0 41 341 33 67
Binary 1101110 1111101 10101011 100100 11011 0 100001 11100001 11011 110111

Color Harmonies of #6E7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DAB

Black with #6E7DAB

Text Example


Text Example

White with #6E7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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