#699DD3

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

Shades of Picton Blue #699DD3

Tints of Picton Blue #699DD3

Color information

#699DD3 (or 0x699DD3) is unknown color: approx Picton Blue. HEX triplet: 69, 9D and D3. RGB value is (105,157,211). Sum of RGB (Red+Green+Blue) = 105+157+211=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #699DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DD3 is #96622C. Grayscale: #939393. Windows color (decimal): -9855533 or 13868393. OLE color: 13868393.

HSL color Cylindrical-coordinate representation of color #699DD3: hue angle of 210.57º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699DD3 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105157211-
CMYK0.500.2600.17
HSL210.57º54.64%61.96%-
HSV(B)210.57º50.24%82.75%-
XYZ29.6431.8266.21-
YUV147.61163.7797.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 211 (82.81% from 255) = 44.61%
R=22.20%
G=33.19%
B=44.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051572110.500.2600.17210.5754.6461.96
Hex699DD3321A011d3373e
Octal15123532362320213236776
Binary110100110011101110100111100101101001000111010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,157,211); }

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

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

 a { background-color: rgb(105,157,211); }

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

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

 span { border-color: rgb(105,157,211); }

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