#69A8CB

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

Shades of Picton Blue #69A8CB

Tints of Picton Blue #69A8CB

Color information

#69A8CB (or 0x69A8CB) is unknown color: approx Picton Blue. HEX triplet: 69, A8 and CB. RGB value is (105,168,203). Sum of RGB (Red+Green+Blue) = 105+168+203=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #69A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8CB is #965734. Grayscale: #989898. Windows color (decimal): -9852725 or 13346921. OLE color: 13346921.

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

Color convert

RGB105168203-
CMYK0.480.1700.20
HSL201.43º48.51%60.39%-
HSV(B)201.43º48.28%79.61%-
XYZ30.6135.3261.7-
YUV153.15156.1393.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=22.06%
G=35.29%
B=42.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051682030.480.1700.20201.4348.5160.39
Hex69A8CB3011014c9313c
Octal15125031360210243116174
Binary110100110101000110010111100001000101010011001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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