#6A9FCF

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

Shades of Picton Blue #6A9FCF

Tints of Picton Blue #6A9FCF

Color information

#6A9FCF (or 0x6A9FCF) is unknown color: approx Picton Blue. HEX triplet: 6A, 9F and CF. RGB value is (106,159,207). Sum of RGB (Red+Green+Blue) = 106+159+207=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FCF is #956030. Grayscale: #949494. Windows color (decimal): -9789489 or 13606762. OLE color: 13606762.

HSL color Cylindrical-coordinate representation of color #6A9FCF: hue angle of 208.51º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A9FCF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106159207-
CMYK0.490.2300.19
HSL208.51º51.27%61.37%-
HSV(B)208.51º48.79%81.18%-
XYZ29.632.3763.72-
YUV148.62160.9497.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=22.46%
G=33.69%
B=43.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061592070.490.2300.19208.5151.2761.37
Hex6A9FCF3117013d1333d
Octal15223731761270233216375
Binary110101010011111110011111100011011101001111010001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,207); }

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

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

 a { background-color: rgb(106,159,207); }

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

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

 span { border-color: rgb(106,159,207); }

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