Html Css Color HEX #6D8CB5 Ship Cove

📋 copy color: '#6D8CB5'

red 109 ◦ green 140 ◦ blue 181

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

Shades of Ship Cove #6D8CB5

Tints of Ship Cove #6D8CB5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 25.35%
G = 32.56%
B = 42.09%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D8CB5 (or 0x6D8CB5) is known color: Ship Cove. HEX triplet: 6D, 8C and B5. RGB value is (109,140,181). Sum of RGB (Red+Green+Blue) = 109+140+181=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D8CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CB5 is #92734A. Grayscale: #878787. Windows color (decimal): -9597771 or 11897965. OLE color: 11897965.

HSL color Cylindrical-coordinate representation of color #6D8CB5: hue angle of 214.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8CB5 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 140 181 -
CMYK 0.40 0.23 0 0.29
HSL 214.17º 0.33% 0.57% -
HSV(B) 214.17º 0.4% 0.71% -
XYZ 24.03 25.34 47.34 -
YUV 135.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 109 140 181 0.40 0.23 0 0.29 214.17 0.33 0.57
Hex 6D 8C B5 28 17 0 1D D6 21 39
Octal 155 214 265 50 27 0 35 326 41 71
Binary 1101101 10001100 10110101 101000 10111 0 11101 11010110 100001 111001

Color Harmonies of #6D8CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8CB5

Black with #6D8CB5

Text Example


Text Example

White with #6D8CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,140,181); }

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

background-color css

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

 a { background-color: rgb(109,140,181); }

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

border-color css

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

 span { border-color: rgb(109,140,181); }

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