#69A5CA

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

Shades of Picton Blue #69A5CA

Tints of Picton Blue #69A5CA

Color information

#69A5CA (or 0x69A5CA) is unknown color: approx Picton Blue. HEX triplet: 69, A5 and CA. RGB value is (105,165,202). Sum of RGB (Red+Green+Blue) = 105+165+202=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #69A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5CA is #965A35. Grayscale: #979797. Windows color (decimal): -9853494 or 13280617. OLE color: 13280617.

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

Color convert

RGB105165202-
CMYK0.480.1800.21
HSL202.89º47.78%60.2%-
HSV(B)202.89º48.02%79.22%-
XYZ29.9434.1860.9-
YUV151.28156.6294.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=22.25%
G=34.96%
B=42.80%

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
Decimal1051652020.480.1800.21202.8947.7860.2
Hex69A5CA3012015cb303c
Octal15124531260220253136074
Binary110100110100101110010101100001001001010111001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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