#69A0CA

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

Shades of Picton Blue #69A0CA

Tints of Picton Blue #69A0CA

Color information

#69A0CA (or 0x69A0CA) is unknown color: approx Picton Blue. HEX triplet: 69, A0 and CA. RGB value is (105,160,202). Sum of RGB (Red+Green+Blue) = 105+160+202=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #69A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A0CA is #965F35. Grayscale: #949494. Windows color (decimal): -9854774 or 13279337. OLE color: 13279337.

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

Color convert

RGB105160202-
CMYK0.480.2100.21
HSL205.98º47.78%60.2%-
HSV(B)205.98º48.02%79.22%-
XYZ29.0632.4160.6-
YUV148.34158.2897.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=22.48%
G=34.26%
B=43.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051602020.480.2100.21205.9847.7860.2
Hex69A0CA3015015ce303c
Octal15124031260250253166074
Binary110100110100000110010101100001010101010111001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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