#699DD6

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

Shades of Picton Blue #699DD6

Tints of Picton Blue #699DD6

Color information

#699DD6 (or 0x699DD6) is unknown color: approx Picton Blue. HEX triplet: 69, 9D and D6. RGB value is (105,157,214). Sum of RGB (Red+Green+Blue) = 105+157+214=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #699DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DD6 is #966229. Grayscale: #939393. Windows color (decimal): -9855530 or 14065001. OLE color: 14065001.

HSL color Cylindrical-coordinate representation of color #699DD6: hue angle of 211.38º 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 #699DD6 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105157214-
CMYK0.510.2700.16
HSL211.38º57.07%62.55%-
HSV(B)211.38º50.93%83.92%-
XYZ30.0231.9768.21-
YUV147.95165.2797.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=22.06%
G=32.98%
B=44.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051572140.510.2700.16211.3857.0762.55
Hex699DD6331B010d3393f
Octal15123532663330203237177
Binary110100110011101110101101100111101101000011010011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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