Html Css Color HEX #6882AF Ship Cove

📋 copy color: '#6882AF'

red 104 ◦ green 130 ◦ blue 175

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

Shades of Ship Cove #6882AF

Tints of Ship Cove #6882AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 25.43%
G = 31.78%
B = 42.79%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6882AF (or 0x6882AF) is known color: Ship Cove. HEX triplet: 68, 82 and AF. RGB value is (104,130,175). Sum of RGB (Red+Green+Blue) = 104+130+175=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #6882AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6882AF is #977D50. Grayscale: #7F7F7F. Windows color (decimal): -9928017 or 11502184. OLE color: 11502184.

HSL color Cylindrical-coordinate representation of color #6882AF: hue angle of 218.03º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6882AF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 130 175 -
CMYK 0.41 0.26 0 0.31
HSL 218.03º 0.31% 0.55% -
HSV(B) 218.03º 0.41% 0.69% -
XYZ 21.43 22 43.68 -
YUV 127.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 104 130 175 0.41 0.26 0 0.31 218.03 0.31 0.55
Hex 68 82 AF 29 1A 0 1F DA 1F 37
Octal 150 202 257 51 32 0 37 332 37 67
Binary 1101000 10000010 10101111 101001 11010 0 11111 11011010 11111 110111

Color Harmonies of #6882AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882AF

Black with #6882AF

Text Example


Text Example

White with #6882AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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