Html Css Color HEX #6E81B3 Ship Cove

📋 copy color: '#6E81B3'

red 110 ◦ green 129 ◦ blue 179

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

Shades of Ship Cove #6E81B3

Tints of Ship Cove #6E81B3

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 26.32%
G = 30.86%
B = 42.82%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E81B3 (or 0x6E81B3) is known color: Ship Cove. HEX triplet: 6E, 81 and B3. RGB value is (110,129,179). Sum of RGB (Red+Green+Blue) = 110+129+179=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E81B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81B3 is #917E4C. Grayscale: #808080. Windows color (decimal): -9535053 or 11764078. OLE color: 11764078.

HSL color Cylindrical-coordinate representation of color #6E81B3: hue angle of 223.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E81B3 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 129 179 -
CMYK 0.39 0.28 0 0.30
HSL 223.48º 0.31% 0.57% -
HSV(B) 223.48º 0.39% 0.7% -
XYZ 22.42 22.27 45.76 -
YUV 129.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 110 129 179 0.39 0.28 0 0.30 223.48 0.31 0.57
Hex 6E 81 B3 27 1C 0 1E DF 1F 39
Octal 156 201 263 47 34 0 36 337 37 71
Binary 1101110 10000001 10110011 100111 11100 0 11110 11011111 11111 111001

Color Harmonies of #6E81B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E81B3

Black with #6E81B3

Text Example


Text Example

White with #6E81B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,179); }

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

background-color css

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

 a { background-color: rgb(110,129,179); }

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

border-color css

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

 span { border-color: rgb(110,129,179); }

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