#69A3CE

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

Shades of Picton Blue #69A3CE

Tints of Picton Blue #69A3CE

Color information

#69A3CE (or 0x69A3CE) is unknown color: approx Picton Blue. HEX triplet: 69, A3 and CE. RGB value is (105,163,206). Sum of RGB (Red+Green+Blue) = 105+163+206=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #69A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A3CE is #965C31. Grayscale: #969696. Windows color (decimal): -9854002 or 13542249. OLE color: 13542249.

HSL color Cylindrical-coordinate representation of color #69A3CE: hue angle of 205.54º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69A3CE is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105163206-
CMYK0.490.2100.19
HSL205.54º50.75%60.98%-
HSV(B)205.54º49.03%80.78%-
XYZ30.0633.6563.3-
YUV150.56159.2895.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.15%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=22.15%
G=34.39%
B=43.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051632060.490.2100.19205.5450.7560.98
Hex69A3CE3115013ce333d
Octal15124331661250233166375
Binary110100110100011110011101100011010101001111001110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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