#69A3D8

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

Shades of Picton Blue #69A3D8

Tints of Picton Blue #69A3D8

Color information

#69A3D8 (or 0x69A3D8) is unknown color: approx Picton Blue. HEX triplet: 69, A3 and D8. RGB value is (105,163,216). Sum of RGB (Red+Green+Blue) = 105+163+216=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #69A3D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A3D8 is #965C27. Grayscale: #979797. Windows color (decimal): -9853992 or 14197609. OLE color: 14197609.

HSL color Cylindrical-coordinate representation of color #69A3D8: hue angle of 208.65º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A3D8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105163216-
CMYK0.510.2500.15
HSL208.65º58.73%62.94%-
HSV(B)208.65º51.39%84.71%-
XYZ31.3234.1669.91-
YUV151.7164.2894.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 216 (84.77% from 255) = 44.63%
R=21.69%
G=33.68%
B=44.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051632160.510.2500.15208.6558.7362.94
Hex69A3D833190Fd13b3f
Octal15124333063310173217377
Binary11010011010001111011000110011110010111111010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,216); }

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

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

 a { background-color: rgb(105,163,216); }

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

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

 span { border-color: rgb(105,163,216); }

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