#68ABCD

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

Shades of Picton Blue #68ABCD

Tints of Picton Blue #68ABCD

Color information

#68ABCD (or 0x68ABCD) is unknown color: approx Picton Blue. HEX triplet: 68, AB and CD. RGB value is (104,171,205). Sum of RGB (Red+Green+Blue) = 104+171+205=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #68ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABCD is #975432. Grayscale: #9A9A9A. Windows color (decimal): -9917491 or 13478760. OLE color: 13478760.

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

Color convert

RGB104171205-
CMYK0.490.1700.20
HSL200.2º50.25%60.59%-
HSV(B)200.2º49.27%80.39%-
XYZ31.2936.4863.15-
YUV154.84156.391.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.67%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=21.67%
G=35.62%
B=42.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041712050.490.1700.20200.250.2560.59
Hex68ABCD3111014c8323d
Octal15025331561210243106275
Binary110100010101011110011011100011000101010011001000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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