#699CD8

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

Shades of Picton Blue #699CD8

Tints of Picton Blue #699CD8

Color information

#699CD8 (or 0x699CD8) is unknown color: approx Picton Blue. HEX triplet: 69, 9C and D8. RGB value is (105,156,216). Sum of RGB (Red+Green+Blue) = 105+156+216=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #699CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CD8 is #966327. Grayscale: #939393. Windows color (decimal): -9855784 or 14195817. OLE color: 14195817.

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

Color convert

RGB105156216-
CMYK0.510.2800.15
HSL212.43º58.73%62.94%-
HSV(B)212.43º51.39%84.71%-
XYZ30.1131.7469.5-
YUV147.59166.697.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=22.01%
G=32.70%
B=45.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051562160.510.2800.15212.4358.7362.94
Hex699CD8331C0Fd43b3f
Octal15123433063340173247377
Binary11010011001110011011000110011111000111111010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,156,216); }

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

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

 a { background-color: rgb(105,156,216); }

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

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

 span { border-color: rgb(105,156,216); }

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