#6F81AF

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

Shades of Ship Cove #6F81AF

Tints of Ship Cove #6F81AF

Color information

#6F81AF (or 0x6F81AF) is unknown color: approx Ship Cove. HEX triplet: 6F, 81 and AF. RGB value is (111,129,175). Sum of RGB (Red+Green+Blue) = 111+129+175=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F81AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F81AF is #907E50. Grayscale: #808080. Windows color (decimal): -9469521 or 11501935. OLE color: 11501935.

HSL color Cylindrical-coordinate representation of color #6F81AF: hue angle of 223.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F81AF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB111129175-
CMYK0.370.2600.31
HSL223.12º28.57%56.08%-
HSV(B)223.12º36.57%68.63%-
XYZ22.1422.1843.67-
YUV128.86154.04115.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=26.75%
G=31.08%
B=42.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111291750.370.2600.31223.1228.5756.08
Hex6F81AF251A01Fdf1d38
Octal15720125745320373373570
Binary11011111000000110101111100101110100111111101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F81AF; }

 p { color: rgb(111,129,175); }

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

<style>
 a { background-color: #6F81AF; }

 a { background-color: rgb(111,129,175); }

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

<style>
 span { border-color: #6F81AF; }

 span { border-color: rgb(111,129,175); }

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