#68a5ce

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

Shades of Picton Blue #68A5CE

Tints of Picton Blue #68A5CE

Color information

#68A5CE (or 0x68A5CE) is unknown color: approx Picton Blue. HEX triplet: 68, A5 and CE. RGB value is (104,165,206). Sum of RGB (Red+Green+Blue) = 104+165+206=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #68A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5CE is #975A31. Grayscale: #979797. Windows color (decimal): -9919026 or 13542760. OLE color: 13542760.

HSL color Cylindrical-coordinate representation of color #68A5CE: hue angle of 204.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A5CE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104165206-
CMYK0.500.2000.19
HSL204.12º51%60.78%-
HSV(B)204.12º49.51%80.78%-
XYZ30.334.3163.42-
YUV151.44158.7994.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=21.89%
G=34.74%
B=43.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041652060.500.2000.19204.125160.78
Hex68A5CE3214013cc333d
Octal15024531662240233146375
Binary110100010100101110011101100101010001001111001100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,206); }

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

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

 a { background-color: rgb(104,165,206); }

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

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

 span { border-color: rgb(104,165,206); }

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