#6693D1

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

Shades of Picton Blue #6693D1

Tints of Picton Blue #6693D1

Color information

#6693D1 (or 0x6693D1) is unknown color: approx Picton Blue. HEX triplet: 66, 93 and D1. RGB value is (102,147,209). Sum of RGB (Red+Green+Blue) = 102+147+209=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #6693D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693D1 is #996C2E. Grayscale: #8C8C8C. Windows color (decimal): -10054703 or 13734758. OLE color: 13734758.

HSL color Cylindrical-coordinate representation of color #6693D1: hue angle of 214.77º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6693D1 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102147209-
CMYK0.510.3000.18
HSL214.77º53.77%60.98%-
HSV(B)214.77º51.2%81.96%-
XYZ27.4228.364.34-
YUV140.61166.59100.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.27%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 209 (82.03% from 255) = 45.63%
R=22.27%
G=32.10%
B=45.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021472090.510.3000.18214.7753.7760.98
Hex6693D1331E012d7363d
Octal14622332163360223276675
Binary110011010010011110100011100111111001001011010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6693D1; }

 p { color: rgb(102,147,209); }

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

<style>
 a { background-color: #6693D1; }

 a { background-color: rgb(102,147,209); }

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

<style>
 span { border-color: #6693D1; }

 span { border-color: rgb(102,147,209); }

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