#6695D1

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

Shades of Picton Blue #6695D1

Tints of Picton Blue #6695D1

Color information

#6695D1 (or 0x6695D1) is unknown color: approx Picton Blue. HEX triplet: 66, 95 and D1. RGB value is (102,149,209). Sum of RGB (Red+Green+Blue) = 102+149+209=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #6695D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695D1 is #996A2E. Grayscale: #8D8D8D. Windows color (decimal): -10054191 or 13735270. OLE color: 13735270.

HSL color Cylindrical-coordinate representation of color #6695D1: hue angle of 213.64º 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 #6695D1 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102149209-
CMYK0.510.2900.18
HSL213.64º53.77%60.98%-
HSV(B)213.64º51.2%81.96%-
XYZ27.7428.9264.44-
YUV141.79165.9399.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=22.17%
G=32.39%
B=45.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021492090.510.2900.18213.6453.7760.98
Hex6695D1331D012d6363d
Octal14622532163350223266675
Binary110011010010101110100011100111110101001011010110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6695D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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