Html Css Color HEX #6E8AAC Ship Cove

📋 copy color: '#6E8AAC'

red 110 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #6E8AAC

Tints of Ship Cove #6E8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

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

R = 26.19%
G = 32.86%
B = 40.95%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E8AAC (or 0x6E8AAC) is known color: Ship Cove. HEX triplet: 6E, 8A and AC. RGB value is (110,138,172). Sum of RGB (Red+Green+Blue) = 110+138+172=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E8AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8AAC is #917553. Grayscale: #858585. Windows color (decimal): -9532756 or 11307630. OLE color: 11307630.

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

Color convert

RGB 110 138 172 -
CMYK 0.36 0.20 0 0.33
HSL 212.9º 0.27% 0.55% -
HSV(B) 212.9º 0.36% 0.67% -
XYZ 22.97 24.47 42.54 -
YUV 133.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 110 138 172 0.36 0.20 0 0.33 212.9 0.27 0.55
Hex 6E 8A AC 24 14 0 21 D5 1B 37
Octal 156 212 254 44 24 0 41 325 33 67
Binary 1101110 10001010 10101100 100100 10100 0 100001 11010101 11011 110111

Color Harmonies of #6E8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8AAC

Black with #6E8AAC

Text Example


Text Example

White with #6E8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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