#69A6CB

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

Shades of Picton Blue #69A6CB

Tints of Picton Blue #69A6CB

Color information

#69A6CB (or 0x69A6CB) is unknown color: approx Picton Blue. HEX triplet: 69, A6 and CB. RGB value is (105,166,203). Sum of RGB (Red+Green+Blue) = 105+166+203=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #69A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6CB is #965934. Grayscale: #979797. Windows color (decimal): -9853237 or 13346409. OLE color: 13346409.

HSL color Cylindrical-coordinate representation of color #69A6CB: hue angle of 202.65º 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 #69A6CB is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105166203-
CMYK0.480.1800.20
HSL202.65º48.51%60.39%-
HSV(B)202.65º48.28%79.61%-
XYZ30.2434.5961.58-
YUV151.98156.7994.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.15%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=22.15%
G=35.02%
B=42.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051662030.480.1800.20202.6548.5160.39
Hex69A6CB3012014cb313c
Octal15124631360220243136174
Binary110100110100110110010111100001001001010011001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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