#68A1D0

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

Shades of Picton Blue #68A1D0

Tints of Picton Blue #68A1D0

Color information

#68A1D0 (or 0x68A1D0) is unknown color: approx Picton Blue. HEX triplet: 68, A1 and D0. RGB value is (104,161,208). Sum of RGB (Red+Green+Blue) = 104+161+208=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #68A1D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1D0 is #975E2F. Grayscale: #959595. Windows color (decimal): -9920048 or 13672808. OLE color: 13672808.

HSL color Cylindrical-coordinate representation of color #68A1D0: hue angle of 207.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A1D0 is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104161208-
CMYK0.50.2300.18
HSL207.12º52.53%61.18%-
HSV(B)207.12º50%81.57%-
XYZ29.8432.9964.47-
YUV149.32161.1295.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=21.99%
G=34.04%
B=43.97%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041612080.50.2300.18207.1252.5361.18
Hex68A1D03217012cf353d
Octal15024132062270223176575
Binary110100010100001110100001100101011101001011001111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,161,208); }

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

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

 a { background-color: rgb(104,161,208); }

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

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

 span { border-color: rgb(104,161,208); }

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