#699AD6

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

Shades of Picton Blue #699AD6

Tints of Picton Blue #699AD6

Color information

#699AD6 (or 0x699AD6) is unknown color: approx Picton Blue. HEX triplet: 69, 9A and D6. RGB value is (105,154,214). Sum of RGB (Red+Green+Blue) = 105+154+214=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #699AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AD6 is #966529. Grayscale: #919191. Windows color (decimal): -9856298 or 14064233. OLE color: 14064233.

HSL color Cylindrical-coordinate representation of color #699AD6: hue angle of 213.03º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #699AD6 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105154214-
CMYK0.510.2800.16
HSL213.03º57.07%62.55%-
HSV(B)213.03º50.93%83.92%-
XYZ29.5230.9768.04-
YUV146.19166.2798.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=22.20%
G=32.56%
B=45.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051542140.510.2800.16213.0357.0762.55
Hex699AD6331C010d5393f
Octal15123232663340203257177
Binary110100110011010110101101100111110001000011010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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