Html Css Color HEX #6882B4 Ship Cove

📋 copy color: '#6882B4'

red 104 ◦ green 130 ◦ blue 180

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

Shades of Ship Cove #6882B4

Tints of Ship Cove #6882B4

RGB

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

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

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

R = 25.12%
G = 31.4%
B = 43.48%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6882B4 (or 0x6882B4) is known color: Ship Cove. HEX triplet: 68, 82 and B4. RGB value is (104,130,180). Sum of RGB (Red+Green+Blue) = 104+130+180=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #6882B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882B4 is #977D4B. Grayscale: #7F7F7F. Windows color (decimal): -9928012 or 11829864. OLE color: 11829864.

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

Color convert

RGB 104 130 180 -
CMYK 0.42 0.28 0 0.29
HSL 219.47º 0.34% 0.56% -
HSV(B) 219.47º 0.42% 0.71% -
XYZ 21.93 22.2 46.31 -
YUV 127.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 104 130 180 0.42 0.28 0 0.29 219.47 0.34 0.56
Hex 68 82 B4 2A 1C 0 1D DB 22 38
Octal 150 202 264 52 34 0 35 333 42 70
Binary 1101000 10000010 10110100 101010 11100 0 11101 11011011 100010 111000

Color Harmonies of #6882B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882B4

Black with #6882B4

Text Example


Text Example

White with #6882B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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