Html Css Color HEX #6882B5 Ship Cove

📋 copy color: '#6882B5'

red 104 ◦ green 130 ◦ blue 181

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

Shades of Ship Cove #6882B5

Tints of Ship Cove #6882B5

RGB

 RED value IS 104 (41.02% from 255) = 25.06%

 GREEN value IS 130 (51.17% from 255) = 31.33%

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

R = 25.06%
G = 31.33%
B = 43.61%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6882B5 (or 0x6882B5) is known color: Ship Cove. HEX triplet: 68, 82 and B5. RGB value is (104,130,181). Sum of RGB (Red+Green+Blue) = 104+130+181=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #6882B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882B5 is #977D4A. Grayscale: #7F7F7F. Windows color (decimal): -9928011 or 11895400. OLE color: 11895400.

HSL color Cylindrical-coordinate representation of color #6882B5: hue angle of 219.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6882B5 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 130 181 -
CMYK 0.43 0.28 0 0.29
HSL 219.74º 0.34% 0.56% -
HSV(B) 219.74º 0.43% 0.71% -
XYZ 22.03 22.24 46.85 -
YUV 128.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 104 130 181 0.43 0.28 0 0.29 219.74 0.34 0.56
Hex 68 82 B5 2B 1C 0 1D DC 22 38
Octal 150 202 265 53 34 0 35 334 42 70
Binary 1101000 10000010 10110101 101011 11100 0 11101 11011100 100010 111000

Color Harmonies of #6882B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882B5

Black with #6882B5

Text Example


Text Example

White with #6882B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6882B5; }

 p { color: rgb(104,130,181); }

 H1.HeaderClassName
 {
   color: #6882B5;
 }
 .AnyTagClassName
 {
   color: #6882B5;
 }
</style>

background-color css

<style>
 a { background-color: #6882B5; }

 a { background-color: rgb(104,130,181); }

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

border-color css

<style>
 span { border-color: #6882B5; }

 span { border-color: rgb(104,130,181); }

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