#699ACC

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

Shades of Picton Blue #699ACC

Tints of Picton Blue #699ACC

Color information

#699ACC (or 0x699ACC) is unknown color: approx Picton Blue. HEX triplet: 69, 9A and CC. RGB value is (105,154,204). Sum of RGB (Red+Green+Blue) = 105+154+204=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #699ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ACC is #966533. Grayscale: #909090. Windows color (decimal): -9856308 or 13408873. OLE color: 13408873.

HSL color Cylindrical-coordinate representation of color #699ACC: hue angle of 210.3º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699ACC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105154204-
CMYK0.490.2500.2
HSL210.3º49.25%60.59%-
HSV(B)210.3º48.53%80%-
XYZ28.2830.4761.52-
YUV145.05161.2799.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=22.68%
G=33.26%
B=44.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051542040.490.2500.2210.349.2560.59
Hex699ACC3119014d2313d
Octal15123231461310243226175
Binary110100110011010110011001100011100101010011010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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