#68A4D4

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

Shades of Picton Blue #68A4D4

Tints of Picton Blue #68A4D4

Color information

#68A4D4 (or 0x68A4D4) is unknown color: approx Picton Blue. HEX triplet: 68, A4 and D4. RGB value is (104,164,212). Sum of RGB (Red+Green+Blue) = 104+164+212=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #68A4D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A4D4 is #975B2B. Grayscale: #979797. Windows color (decimal): -9919276 or 13935720. OLE color: 13935720.

HSL color Cylindrical-coordinate representation of color #68A4D4: hue angle of 206.67º 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 #68A4D4 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB104164212-
CMYK0.510.2300.17
HSL206.67º55.67%61.96%-
HSV(B)206.67º50.94%83.14%-
XYZ30.8734.2567.27-
YUV151.53162.1294.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.67%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=21.67%
G=34.17%
B=44.17%

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
Decimal1041642120.510.2300.17206.6755.6761.96
Hex68A4D43317011cf383e
Octal15024432463270213177076
Binary110100010100100110101001100111011101000111001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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