#69A3CD

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

Shades of Picton Blue #69A3CD

Tints of Picton Blue #69A3CD

Color information

#69A3CD (or 0x69A3CD) is unknown color: approx Picton Blue. HEX triplet: 69, A3 and CD. RGB value is (105,163,205). Sum of RGB (Red+Green+Blue) = 105+163+205=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #69A3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A3CD is #965C32. Grayscale: #969696. Windows color (decimal): -9854003 or 13476713. OLE color: 13476713.

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

Color convert

RGB105163205-
CMYK0.490.2000.20
HSL205.2º50%60.78%-
HSV(B)205.2º48.78%80.39%-
XYZ29.9433.6162.67-
YUV150.45158.7895.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=22.20%
G=34.46%
B=43.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051632050.490.2000.20205.25060.78
Hex69A3CD3114014cd323d
Octal15124331561240243156275
Binary110100110100011110011011100011010001010011001101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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