#699AD1

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

Shades of Picton Blue #699AD1

Tints of Picton Blue #699AD1

Color information

#699AD1 (or 0x699AD1) is unknown color: approx Picton Blue. HEX triplet: 69, 9A and D1. RGB value is (105,154,209). Sum of RGB (Red+Green+Blue) = 105+154+209=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #699AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AD1 is #96652E. Grayscale: #919191. Windows color (decimal): -9856303 or 13736553. OLE color: 13736553.

HSL color Cylindrical-coordinate representation of color #699AD1: hue angle of 211.73º 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 #699AD1 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105154209-
CMYK0.500.2600.18
HSL211.73º53.06%61.57%-
HSV(B)211.73º49.76%81.96%-
XYZ28.8930.7264.73-
YUV145.62163.7799.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 209 (82.03% from 255) = 44.66%
R=22.44%
G=32.91%
B=44.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051542090.500.2600.18211.7353.0661.57
Hex699AD1321A012d4353e
Octal15123232162320223246576
Binary110100110011010110100011100101101001001011010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699AD1; }

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

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

<style>
 a { background-color: #699AD1; }

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

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

<style>
 span { border-color: #699AD1; }

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

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