#6FA6D0

Color #6FA6D0 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6FA6D0

Tints of Picton Blue #6FA6D0

Color information

#6FA6D0 (or 0x6FA6D0) is unknown color: approx Picton Blue. HEX triplet: 6F, A6 and D0. RGB value is (111,166,208). Sum of RGB (Red+Green+Blue) = 111+166+208=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FA6D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA6D0 is #90592F. Grayscale: #9A9A9A. Windows color (decimal): -9460016 or 13674095. OLE color: 13674095.

HSL color Cylindrical-coordinate representation of color #6FA6D0: hue angle of 205.98º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FA6D0 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111166208-
CMYK0.470.2000.18
HSL205.98º50.79%62.55%-
HSV(B)205.98º46.63%81.57%-
XYZ31.5835.2164.81-
YUV154.34158.2897.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=22.89%
G=34.23%
B=42.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111662080.470.2000.18205.9850.7962.55
Hex6FA6D02F14012ce333f
Octal15724632057240223166377
Binary110111110100110110100001011111010001001011001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,166,208); }

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

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

 a { background-color: rgb(111,166,208); }

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

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

 span { border-color: rgb(111,166,208); }

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