Html Css Color HEX #6E7DA5 Ship Cove

📋 copy color: '#6E7DA5'

red 110 ◦ green 125 ◦ blue 165

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

Shades of Ship Cove #6E7DA5

Tints of Ship Cove #6E7DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 27.5%
G = 31.25%
B = 41.25%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6E7DA5 (or 0x6E7DA5) is known color: Ship Cove. HEX triplet: 6E, 7D and A5. RGB value is (110,125,165). Sum of RGB (Red+Green+Blue) = 110+125+165=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E7DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7DA5 is #91825A. Grayscale: #7C7C7C. Windows color (decimal): -9536091 or 10845550. OLE color: 10845550.

HSL color Cylindrical-coordinate representation of color #6E7DA5: hue angle of 223.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E7DA5 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 125 165 -
CMYK 0.33 0.24 0 0.35
HSL 223.64º 0.23% 0.54% -
HSV(B) 223.64º 0.33% 0.65% -
XYZ 20.56 20.7 38.51 -
YUV 125.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 110 125 165 0.33 0.24 0 0.35 223.64 0.23 0.54
Hex 6E 7D A5 21 18 0 23 E0 17 36
Octal 156 175 245 41 30 0 43 340 27 66
Binary 1101110 1111101 10100101 100001 11000 0 100011 11100000 10111 110110

Color Harmonies of #6E7DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DA5

Black with #6E7DA5

Text Example


Text Example

White with #6E7DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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