#68a1c9

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

Shades of Picton Blue #68A1C9

Tints of Picton Blue #68A1C9

Color information

#68A1C9 (or 0x68A1C9) is unknown color: approx Picton Blue. HEX triplet: 68, A1 and C9. RGB value is (104,161,201). Sum of RGB (Red+Green+Blue) = 104+161+201=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #68A1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1C9 is #975E36. Grayscale: #949494. Windows color (decimal): -9920055 or 13214056. OLE color: 13214056.

HSL color Cylindrical-coordinate representation of color #68A1C9: hue angle of 204.74º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68A1C9 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104161201-
CMYK0.480.2000.21
HSL204.74º47.32%59.8%-
HSV(B)204.74º48.26%78.82%-
XYZ2932.6560.03-
YUV148.52157.6296.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=22.32%
G=34.55%
B=43.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041612010.480.2000.21204.7447.3259.8
Hex68A1C93014015cd2f3c
Octal15024131160240253155774
Binary110100010100001110010011100001010001010111001101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a1c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,161,201); }

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

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

 a { background-color: rgb(104,161,201); }

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

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

 span { border-color: rgb(104,161,201); }

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