#699AC8

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

Shades of Picton Blue #699AC8

Tints of Picton Blue #699AC8

Color information

#699AC8 (or 0x699AC8) is unknown color: approx Picton Blue. HEX triplet: 69, 9A and C8. RGB value is (105,154,200). Sum of RGB (Red+Green+Blue) = 105+154+200=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #699AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AC8 is #966537. Grayscale: #909090. Windows color (decimal): -9856312 or 13146729. OLE color: 13146729.

HSL color Cylindrical-coordinate representation of color #699AC8: hue angle of 209.05º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #699AC8 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105154200-
CMYK0.480.2300.22
HSL209.05º46.34%59.8%-
HSV(B)209.05º47.5%78.43%-
XYZ27.8130.2859.02-
YUV144.59159.2799.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=22.88%
G=33.55%
B=43.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051542000.480.2300.22209.0546.3459.8
Hex699AC83017016d12e3c
Octal15123231060270263215674
Binary110100110011010110010001100001011101011011010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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