#68A4C9

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

Shades of Picton Blue #68A4C9

Tints of Picton Blue #68A4C9

Color information

#68A4C9 (or 0x68A4C9) is unknown color: approx Picton Blue. HEX triplet: 68, A4 and C9. RGB value is (104,164,201). Sum of RGB (Red+Green+Blue) = 104+164+201=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #68A4C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A4C9 is #975B36. Grayscale: #969696. Windows color (decimal): -9919287 or 13214824. OLE color: 13214824.

HSL color Cylindrical-coordinate representation of color #68A4C9: hue angle of 202.89º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68A4C9 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104164201-
CMYK0.480.1800.21
HSL202.89º47.32%59.8%-
HSV(B)202.89º48.26%78.82%-
XYZ29.5333.7160.21-
YUV150.28156.6294.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=22.17%
G=34.97%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041642010.480.1800.21202.8947.3259.8
Hex68A4C93012015cb2f3c
Octal15024431160220253135774
Binary110100010100100110010011100001001001010111001011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,201); }

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

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

 a { background-color: rgb(104,164,201); }

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

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

 span { border-color: rgb(104,164,201); }

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