#6EA1D1

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

Shades of Picton Blue #6EA1D1

Tints of Picton Blue #6EA1D1

Color information

#6EA1D1 (or 0x6EA1D1) is unknown color: approx Picton Blue. HEX triplet: 6E, A1 and D1. RGB value is (110,161,209). Sum of RGB (Red+Green+Blue) = 110+161+209=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EA1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA1D1 is #915E2E. Grayscale: #969696. Windows color (decimal): -9526831 or 13738350. OLE color: 13738350.

HSL color Cylindrical-coordinate representation of color #6EA1D1: hue angle of 209.09º degrees, saturation: 0.52, 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 #6EA1D1 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB110161209-
CMYK0.470.2300.18
HSL209.09º51.83%62.55%-
HSV(B)209.09º47.37%81.96%-
XYZ30.6833.4165.15-
YUV151.22160.698.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=22.92%
G=33.54%
B=43.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101612090.470.2300.18209.0951.8362.55
Hex6EA1D12F17012d1343f
Octal15624132157270223216477
Binary110111010100001110100011011111011101001011010001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,161,209); }

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

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

 a { background-color: rgb(110,161,209); }

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

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

 span { border-color: rgb(110,161,209); }

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