#69A0D5

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

Shades of Picton Blue #69A0D5

Tints of Picton Blue #69A0D5

Color information

#69A0D5 (or 0x69A0D5) is unknown color: approx Picton Blue. HEX triplet: 69, A0 and D5. RGB value is (105,160,213). Sum of RGB (Red+Green+Blue) = 105+160+213=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #69A0D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A0D5 is #965F2A. Grayscale: #959595. Windows color (decimal): -9854763 or 14000233. OLE color: 14000233.

HSL color Cylindrical-coordinate representation of color #69A0D5: hue angle of 209.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A0D5 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105160213-
CMYK0.510.2500.16
HSL209.44º56.25%62.35%-
HSV(B)209.44º50.7%83.53%-
XYZ30.4132.9567.71-
YUV149.6163.7896.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=21.97%
G=33.47%
B=44.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051602130.510.2500.16209.4456.2562.35
Hex69A0D53319010d1383e
Octal15124032563310203217076
Binary110100110100000110101011100111100101000011010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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