Html Css Color HEX #6D86B4 Ship Cove

📋 copy color: '#6D86B4'

red 109 ◦ green 134 ◦ blue 180

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

Shades of Ship Cove #6D86B4

Tints of Ship Cove #6D86B4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 25.77%
G = 31.68%
B = 42.55%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D86B4 (or 0x6D86B4) is known color: Ship Cove. HEX triplet: 6D, 86 and B4. RGB value is (109,134,180). Sum of RGB (Red+Green+Blue) = 109+134+180=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D86B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D86B4 is #92794B. Grayscale: #838383. Windows color (decimal): -9599308 or 11830893. OLE color: 11830893.

HSL color Cylindrical-coordinate representation of color #6D86B4: hue angle of 218.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D86B4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 134 180 -
CMYK 0.39 0.26 0 0.29
HSL 218.87º 0.32% 0.57% -
HSV(B) 218.87º 0.39% 0.71% -
XYZ 23.07 23.6 46.52 -
YUV 131.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 109 134 180 0.39 0.26 0 0.29 218.87 0.32 0.57
Hex 6D 86 B4 27 1A 0 1D DB 20 39
Octal 155 206 264 47 32 0 35 333 40 71
Binary 1101101 10000110 10110100 100111 11010 0 11101 11011011 100000 111001

Color Harmonies of #6D86B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D86B4

Black with #6D86B4

Text Example


Text Example

White with #6D86B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,134,180); }

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

background-color css

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

 a { background-color: rgb(109,134,180); }

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

border-color css

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

 span { border-color: rgb(109,134,180); }

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