#69A7D1

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

Shades of Picton Blue #69A7D1

Tints of Picton Blue #69A7D1

Color information

#69A7D1 (or 0x69A7D1) is unknown color: approx Picton Blue. HEX triplet: 69, A7 and D1. RGB value is (105,167,209). Sum of RGB (Red+Green+Blue) = 105+167+209=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #69A7D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A7D1 is #96582E. Grayscale: #999999. Windows color (decimal): -9852975 or 13739881. OLE color: 13739881.

HSL color Cylindrical-coordinate representation of color #69A7D1: hue angle of 204.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69A7D1 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105167209-
CMYK0.500.2000.18
HSL204.23º53.06%61.57%-
HSV(B)204.23º49.76%81.96%-
XYZ31.1535.2465.48-
YUV153.25159.4693.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=21.83%
G=34.72%
B=43.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051672090.500.2000.18204.2353.0661.57
Hex69A7D13214012cc353e
Octal15124732162240223146576
Binary110100110100111110100011100101010001001011001100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,167,209); }

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

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

 a { background-color: rgb(105,167,209); }

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

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

 span { border-color: rgb(105,167,209); }

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