#69A6CA

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

Shades of Picton Blue #69A6CA

Tints of Picton Blue #69A6CA

Color information

#69A6CA (or 0x69A6CA) is unknown color: approx Picton Blue. HEX triplet: 69, A6 and CA. RGB value is (105,166,202). Sum of RGB (Red+Green+Blue) = 105+166+202=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #69A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6CA is #965935. Grayscale: #979797. Windows color (decimal): -9853238 or 13280873. OLE color: 13280873.

HSL color Cylindrical-coordinate representation of color #69A6CA: hue angle of 202.27º 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 #69A6CA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105166202-
CMYK0.480.1800.21
HSL202.27º47.78%60.2%-
HSV(B)202.27º48.02%79.22%-
XYZ30.1234.5460.96-
YUV151.86156.2994.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=22.20%
G=35.10%
B=42.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051662020.480.1800.21202.2747.7860.2
Hex69A6CA3012015ca303c
Octal15124631260220253126074
Binary110100110100110110010101100001001001010111001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A6CA; }

 p { color: rgb(105,166,202); }

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

<style>
 a { background-color: #69A6CA; }

 a { background-color: rgb(105,166,202); }

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

<style>
 span { border-color: #69A6CA; }

 span { border-color: rgb(105,166,202); }

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