#69A6D3

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

Shades of Picton Blue #69A6D3

Tints of Picton Blue #69A6D3

Color information

#69A6D3 (or 0x69A6D3) is unknown color: approx Picton Blue. HEX triplet: 69, A6 and D3. RGB value is (105,166,211). Sum of RGB (Red+Green+Blue) = 105+166+211=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #69A6D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6D3 is #96592C. Grayscale: #989898. Windows color (decimal): -9853229 or 13870697. OLE color: 13870697.

HSL color Cylindrical-coordinate representation of color #69A6D3: hue angle of 205.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69A6D3 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105166211-
CMYK0.500.2100.17
HSL205.47º54.64%61.96%-
HSV(B)205.47º50.24%82.75%-
XYZ31.2234.9866.73-
YUV152.89160.7993.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 211 (82.81% from 255) = 43.78%
R=21.78%
G=34.44%
B=43.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051662110.500.2100.17205.4754.6461.96
Hex69A6D33215011cd373e
Octal15124632362250213156776
Binary110100110100110110100111100101010101000111001101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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