Html Css Color HEX #6D8BAE Ship Cove

📋 copy color: '#6D8BAE'

red 109 ◦ green 139 ◦ blue 174

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

Shades of Ship Cove #6D8BAE

Tints of Ship Cove #6D8BAE

RGB

 RED value IS 109 (42.97% from 255) = 25.83%

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 25.83%
G = 32.94%
B = 41.23%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D8BAE (or 0x6D8BAE) is known color: Ship Cove. HEX triplet: 6D, 8B and AE. RGB value is (109,139,174). Sum of RGB (Red+Green+Blue) = 109+139+174=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8BAE is #927451. Grayscale: #858585. Windows color (decimal): -9598034 or 11438957. OLE color: 11438957.

HSL color Cylindrical-coordinate representation of color #6D8BAE: hue angle of 212.31º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D8BAE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 139 174 -
CMYK 0.37 0.20 0 0.32
HSL 212.31º 0.29% 0.55% -
HSV(B) 212.31º 0.37% 0.68% -
XYZ 23.18 24.77 43.6 -
YUV 134.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 109 139 174 0.37 0.20 0 0.32 212.31 0.29 0.55
Hex 6D 8B AE 25 14 0 20 D4 1D 37
Octal 155 213 256 45 24 0 40 324 35 67
Binary 1101101 10001011 10101110 100101 10100 0 100000 11010100 11101 110111

Color Harmonies of #6D8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BAE

Black with #6D8BAE

Text Example


Text Example

White with #6D8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,139,174); }

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

background-color css

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

 a { background-color: rgb(109,139,174); }

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

border-color css

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

 span { border-color: rgb(109,139,174); }

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