Html Css Color HEX #6E7BAA Ship Cove

📋 copy color: '#6E7BAA'

red 110 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #6E7BAA

Tints of Ship Cove #6E7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 27.3%
G = 30.52%
B = 42.18%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E7BAA (or 0x6E7BAA) is known color: Ship Cove. HEX triplet: 6E, 7B and AA. RGB value is (110,123,170). Sum of RGB (Red+Green+Blue) = 110+123+170=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 123 (48.44% from 255 or 30.52% 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 #6E7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7BAA is #918455. Grayscale: #7C7C7C. Windows color (decimal): -9536598 or 11172718. OLE color: 11172718.

HSL color Cylindrical-coordinate representation of color #6E7BAA: hue angle of 227º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E7BAA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 123 170 -
CMYK 0.35 0.28 0 0.33
HSL 227º 0.26% 0.55% -
HSV(B) 227º 0.35% 0.67% -
XYZ 20.77 20.38 40.87 -
YUV 124.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 110 123 170 0.35 0.28 0 0.33 227 0.26 0.55
Hex 6E 7B AA 23 1C 0 21 E3 1A 37
Octal 156 173 252 43 34 0 41 343 32 67
Binary 1101110 1111011 10101010 100011 11100 0 100001 11100011 11010 110111

Color Harmonies of #6E7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BAA

Black with #6E7BAA

Text Example


Text Example

White with #6E7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,170); }

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

background-color css

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

 a { background-color: rgb(110,123,170); }

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

border-color css

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

 span { border-color: rgb(110,123,170); }

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