#68A3D4

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

Shades of Picton Blue #68A3D4

Tints of Picton Blue #68A3D4

Color information

#68A3D4 (or 0x68A3D4) is unknown color: approx Picton Blue. HEX triplet: 68, A3 and D4. RGB value is (104,163,212). Sum of RGB (Red+Green+Blue) = 104+163+212=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #68A3D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A3D4 is #975C2B. Grayscale: #969696. Windows color (decimal): -9919532 or 13935464. OLE color: 13935464.

HSL color Cylindrical-coordinate representation of color #68A3D4: hue angle of 207.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68A3D4 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB104163212-
CMYK0.510.2300.17
HSL207.22º55.67%61.96%-
HSV(B)207.22º50.94%83.14%-
XYZ30.6933.8967.21-
YUV150.94162.4594.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=21.71%
G=34.03%
B=44.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1041632120.510.2300.17207.2255.6761.96
Hex68A3D43317011cf383e
Octal15024332463270213177076
Binary110100010100011110101001100111011101000111001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,212); }

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

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

 a { background-color: rgb(104,163,212); }

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

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

 span { border-color: rgb(104,163,212); }

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