Html Css Color HEX #6E7CAB Ship Cove

📋 copy color: '#6E7CAB'

red 110 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #6E7CAB

Tints of Ship Cove #6E7CAB

RGB

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

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

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

R = 27.16%
G = 30.62%
B = 42.22%

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

#6E7CAB (or 0x6E7CAB) is known color: Ship Cove. HEX triplet: 6E, 7C and AB. RGB value is (110,124,171). Sum of RGB (Red+Green+Blue) = 110+124+171=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CAB is #918354. Grayscale: #7C7C7C. Windows color (decimal): -9536341 or 11238510. OLE color: 11238510.

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

Color convert

RGB 110 124 171 -
CMYK 0.36 0.27 0 0.33
HSL 226.23º 0.27% 0.55% -
HSV(B) 226.23º 0.36% 0.67% -
XYZ 20.99 20.67 41.41 -
YUV 125.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 110 124 171 0.36 0.27 0 0.33 226.23 0.27 0.55
Hex 6E 7C AB 24 1B 0 21 E2 1B 37
Octal 156 174 253 44 33 0 41 342 33 67
Binary 1101110 1111100 10101011 100100 11011 0 100001 11100010 11011 110111

Color Harmonies of #6E7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CAB

Black with #6E7CAB

Text Example


Text Example

White with #6E7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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