#69AACB

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

Shades of Picton Blue #69AACB

Tints of Picton Blue #69AACB

Color information

#69AACB (or 0x69AACB) is unknown color: approx Picton Blue. HEX triplet: 69, AA and CB. RGB value is (105,170,203). Sum of RGB (Red+Green+Blue) = 105+170+203=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #69AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AACB is #965534. Grayscale: #9A9A9A. Windows color (decimal): -9852213 or 13347433. OLE color: 13347433.

HSL color Cylindrical-coordinate representation of color #69AACB: hue angle of 200.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69AACB is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105170203-
CMYK0.480.1600.20
HSL200.2º48.51%60.39%-
HSV(B)200.2º48.28%79.61%-
XYZ30.9836.0661.83-
YUV154.33155.4792.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=21.97%
G=35.56%
B=42.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051702030.480.1600.20200.248.5160.39
Hex69AACB3010014c8313c
Octal15125231360200243106174
Binary110100110101010110010111100001000001010011001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AACB; }

 p { color: rgb(105,170,203); }

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

<style>
 a { background-color: #69AACB; }

 a { background-color: rgb(105,170,203); }

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

<style>
 span { border-color: #69AACB; }

 span { border-color: rgb(105,170,203); }

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