Html Css Color HEX #6883AF Ship Cove

📋 copy color: '#6883AF'

red 104 ◦ green 131 ◦ blue 175

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

Shades of Ship Cove #6883AF

Tints of Ship Cove #6883AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

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

R = 25.37%
G = 31.95%
B = 42.68%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6883AF (or 0x6883AF) is known color: Ship Cove. HEX triplet: 68, 83 and AF. RGB value is (104,131,175). Sum of RGB (Red+Green+Blue) = 104+131+175=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #6883AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6883AF is #977C50. Grayscale: #7F7F7F. Windows color (decimal): -9927761 or 11502440. OLE color: 11502440.

HSL color Cylindrical-coordinate representation of color #6883AF: hue angle of 217.18º 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 #6883AF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 131 175 -
CMYK 0.41 0.25 0 0.31
HSL 217.18º 0.31% 0.55% -
HSV(B) 217.18º 0.41% 0.69% -
XYZ 21.56 22.27 43.72 -
YUV 127.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 104 131 175 0.41 0.25 0 0.31 217.18 0.31 0.55
Hex 68 83 AF 29 19 0 1F D9 1F 37
Octal 150 203 257 51 31 0 37 331 37 67
Binary 1101000 10000011 10101111 101001 11001 0 11111 11011001 11111 110111

Color Harmonies of #6883AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6883AF

Black with #6883AF

Text Example


Text Example

White with #6883AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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