#699ACD

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

Shades of Picton Blue #699ACD

Tints of Picton Blue #699ACD

Color information

#699ACD (or 0x699ACD) is unknown color: approx Picton Blue. HEX triplet: 69, 9A and CD. RGB value is (105,154,205). Sum of RGB (Red+Green+Blue) = 105+154+205=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #699ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ACD is #966532. Grayscale: #909090. Windows color (decimal): -9856307 or 13474409. OLE color: 13474409.

HSL color Cylindrical-coordinate representation of color #699ACD: hue angle of 210.6º degrees, saturation: 0.5, 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 #699ACD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105154205-
CMYK0.490.2500.20
HSL210.6º50%60.78%-
HSV(B)210.6º48.78%80.39%-
XYZ28.430.5262.15-
YUV145.16161.7799.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=22.63%
G=33.19%
B=44.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051542050.490.2500.20210.65060.78
Hex699ACD3119014d3323d
Octal15123231561310243236275
Binary110100110011010110011011100011100101010011010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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