#68A4CC

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

Shades of Picton Blue #68A4CC

Tints of Picton Blue #68A4CC

Color information

#68A4CC (or 0x68A4CC) is unknown color: approx Picton Blue. HEX triplet: 68, A4 and CC. RGB value is (104,164,204). Sum of RGB (Red+Green+Blue) = 104+164+204=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #68A4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A4CC is #975B33. Grayscale: #969696. Windows color (decimal): -9919284 or 13411432. OLE color: 13411432.

HSL color Cylindrical-coordinate representation of color #68A4CC: hue angle of 204º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A4CC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104164204-
CMYK0.490.2000.2
HSL204º49.5%60.39%-
HSV(B)204º49.02%80%-
XYZ29.8833.8562.09-
YUV150.62158.1294.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.03%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=22.03%
G=34.75%
B=43.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041642040.490.2000.220449.560.39
Hex68A4CC3114014cc323c
Octal15024431461240243146274
Binary110100010100100110011001100011010001010011001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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