#699EC6

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

Shades of Picton Blue #699EC6

Tints of Picton Blue #699EC6

Color information

#699EC6 (or 0x699EC6) is unknown color: approx Picton Blue. HEX triplet: 69, 9E and C6. RGB value is (105,158,198). Sum of RGB (Red+Green+Blue) = 105+158+198=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #699EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EC6 is #966139. Grayscale: #929292. Windows color (decimal): -9855290 or 13016681. OLE color: 13016681.

HSL color Cylindrical-coordinate representation of color #699EC6: hue angle of 205.81º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #699EC6 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105158198-
CMYK0.470.2000.22
HSL205.81º44.93%59.41%-
HSV(B)205.81º46.97%77.65%-
XYZ28.2531.5358.02-
YUV146.71156.9498.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=22.78%
G=34.27%
B=42.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051581980.470.2000.22205.8144.9359.41
Hex699EC62F14016ce2d3b
Octal15123630657240263165573
Binary110100110011110110001101011111010001011011001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,198); }

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

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

 a { background-color: rgb(105,158,198); }

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

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

 span { border-color: rgb(105,158,198); }

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