#68A2D9

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

Shades of Picton Blue #68A2D9

Tints of Picton Blue #68A2D9

Color information

#68A2D9 (or 0x68A2D9) is unknown color: approx Picton Blue. HEX triplet: 68, A2 and D9. RGB value is (104,162,217). Sum of RGB (Red+Green+Blue) = 104+162+217=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #68A2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2D9 is #975D26. Grayscale: #969696. Windows color (decimal): -9919783 or 14262888. OLE color: 14262888.

HSL color Cylindrical-coordinate representation of color #68A2D9: hue angle of 209.2º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A2D9 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104162217-
CMYK0.520.2500.15
HSL209.2º59.79%62.94%-
HSV(B)209.2º52.07%85.1%-
XYZ31.1533.7970.53-
YUV150.93165.2894.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=21.53%
G=33.54%
B=44.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041622170.520.2500.15209.259.7962.94
Hex68A2D934190Fd13c3f
Octal15024233164310173217477
Binary11010001010001011011001110100110010111111010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A2D9; }

 p { color: rgb(104,162,217); }

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

<style>
 a { background-color: #68A2D9; }

 a { background-color: rgb(104,162,217); }

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

<style>
 span { border-color: #68A2D9; }

 span { border-color: rgb(104,162,217); }

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