#6AA3CA

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

Shades of Picton Blue #6AA3CA

Tints of Picton Blue #6AA3CA

Color information

#6AA3CA (or 0x6AA3CA) is unknown color: approx Picton Blue. HEX triplet: 6A, A3 and CA. RGB value is (106,163,202). Sum of RGB (Red+Green+Blue) = 106+163+202=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #6AA3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA3CA is #955C35. Grayscale: #969696. Windows color (decimal): -9788470 or 13280106. OLE color: 13280106.

HSL color Cylindrical-coordinate representation of color #6AA3CA: hue angle of 204.38º degrees, saturation: 0.48, 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 #6AA3CA is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB106163202-
CMYK0.480.1900.21
HSL204.38º47.52%60.39%-
HSV(B)204.38º47.52%79.22%-
XYZ29.733.5260.78-
YUV150.4157.1296.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=22.51%
G=34.61%
B=42.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1061632020.480.1900.21204.3847.5260.39
Hex6AA3CA3013015cc303c
Octal15224331260230253146074
Binary110101010100011110010101100001001101010111001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,202); }

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

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

 a { background-color: rgb(106,163,202); }

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

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

 span { border-color: rgb(106,163,202); }

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