#68A4CD

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

Shades of Picton Blue #68A4CD

Tints of Picton Blue #68A4CD

Color information

#68A4CD (or 0x68A4CD) is unknown color: approx Picton Blue. HEX triplet: 68, A4 and CD. RGB value is (104,164,205). Sum of RGB (Red+Green+Blue) = 104+164+205=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #68A4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A4CD is #975B32. Grayscale: #969696. Windows color (decimal): -9919283 or 13476968. OLE color: 13476968.

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

Color convert

RGB104164205-
CMYK0.490.200.20
HSL204.36º50.25%60.59%-
HSV(B)204.36º49.27%80.39%-
XYZ3033.962.72-
YUV150.73158.6294.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=21.99%
G=34.67%
B=43.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041642050.490.200.20204.3650.2560.59
Hex68A4CD3114014cc323d
Octal15024431561240243146275
Binary110100010100100110011011100011010001010011001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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