#6683AF

Color #6683AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #6683AF

Tints of Ship Cove #6683AF

Color information

#6683AF (or 0x6683AF) is unknown color: approx Ship Cove. HEX triplet: 66, 83 and AF. RGB value is (102,131,175). Sum of RGB (Red+Green+Blue) = 102+131+175=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #6683AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6683AF is #997C50. Grayscale: #7F7F7F. Windows color (decimal): -10058833 or 11502438. OLE color: 11502438.

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

Color convert

RGB102131175-
CMYK0.420.2500.31
HSL216.16º31.33%54.31%-
HSV(B)216.16º41.71%68.63%-
XYZ21.3322.1543.71-
YUV127.34154.89109.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=25%
G=32.11%
B=42.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021311750.420.2500.31216.1631.3354.31
Hex6683AF2A1901Fd81f36
Octal14620325752310373303766
Binary11001101000001110101111101010110010111111101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6683AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6683AF;
 }
 .AnyTagClassName
 {
   color: #6683AF;
 }
</style>
background-color css

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

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

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

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

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

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