#68a6c6

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

Shades of Picton Blue #68A6C6

Tints of Picton Blue #68A6C6

Color information

#68A6C6 (or 0x68A6C6) is unknown color: approx Picton Blue. HEX triplet: 68, A6 and C6. RGB value is (104,166,198). Sum of RGB (Red+Green+Blue) = 104+166+198=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #68A6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A6C6 is #975939. Grayscale: #969696. Windows color (decimal): -9918778 or 13018728. OLE color: 13018728.

HSL color Cylindrical-coordinate representation of color #68A6C6: hue angle of 200.43º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68A6C6 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104166198-
CMYK0.470.1600.22
HSL200.43º45.19%59.22%-
HSV(B)200.43º47.47%77.65%-
XYZ29.5434.2958.49-
YUV151.11154.4694.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 198 (77.73% from 255) = 42.31%
R=22.22%
G=35.47%
B=42.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041661980.470.1600.22200.4345.1959.22
Hex68A6C62F10016c82d3b
Octal15024630657200263105573
Binary110100010100110110001101011111000001011011001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a6c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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