#6AA8D0

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

Shades of Picton Blue #6AA8D0

Tints of Picton Blue #6AA8D0

Color information

#6AA8D0 (or 0x6AA8D0) is unknown color: approx Picton Blue. HEX triplet: 6A, A8 and D0. RGB value is (106,168,208). Sum of RGB (Red+Green+Blue) = 106+168+208=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #6AA8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8D0 is #95572F. Grayscale: #999999. Windows color (decimal): -9787184 or 13674602. OLE color: 13674602.

HSL color Cylindrical-coordinate representation of color #6AA8D0: hue angle of 203.53º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AA8D0 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106168208-
CMYK0.490.1900.18
HSL203.53º52.04%61.57%-
HSV(B)203.53º49.04%81.57%-
XYZ31.3335.6264.9-
YUV154.02158.4693.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=21.99%
G=34.85%
B=43.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1061682080.490.1900.18203.5352.0461.57
Hex6AA8D03113012cc343e
Octal15225032061230223146476
Binary110101010101000110100001100011001101001011001100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA8D0; }

 p { color: rgb(106,168,208); }

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

<style>
 a { background-color: #6AA8D0; }

 a { background-color: rgb(106,168,208); }

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

<style>
 span { border-color: #6AA8D0; }

 span { border-color: rgb(106,168,208); }

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