#68A6CD

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

Shades of Picton Blue #68A6CD

Tints of Picton Blue #68A6CD

Color information

#68A6CD (or 0x68A6CD) is unknown color: approx Picton Blue. HEX triplet: 68, A6 and CD. RGB value is (104,166,205). Sum of RGB (Red+Green+Blue) = 104+166+205=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #68A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A6CD is #975932. Grayscale: #979797. Windows color (decimal): -9918771 or 13477480. OLE color: 13477480.

HSL color Cylindrical-coordinate representation of color #68A6CD: hue angle of 203.17º 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 #68A6CD is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104166205-
CMYK0.490.1900.20
HSL203.17º50.25%60.59%-
HSV(B)203.17º49.27%80.39%-
XYZ30.3634.6262.84-
YUV151.91157.9693.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=21.89%
G=34.95%
B=43.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041662050.490.1900.20203.1750.2560.59
Hex68A6CD3113014cb323d
Octal15024631561230243136275
Binary110100010100110110011011100011001101010011001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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