#69A9C9

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

Shades of Picton Blue #69A9C9

Tints of Picton Blue #69A9C9

Color information

#69A9C9 (or 0x69A9C9) is unknown color: approx Picton Blue. HEX triplet: 69, A9 and C9. RGB value is (105,169,201). Sum of RGB (Red+Green+Blue) = 105+169+201=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #69A9C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A9C9 is #965636. Grayscale: #999999. Windows color (decimal): -9852471 or 13216105. OLE color: 13216105.

HSL color Cylindrical-coordinate representation of color #69A9C9: hue angle of 200º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69A9C9 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105169201-
CMYK0.480.1600.21
HSL200º47.06%60%-
HSV(B)200º47.76%78.82%-
XYZ30.5635.660.52-
YUV153.51154.893.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=22.11%
G=35.58%
B=42.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051692010.480.1600.2120047.0660
Hex69A9C93010015c82f3c
Octal15125131160200253105774
Binary110100110101001110010011100001000001010111001000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,169,201); }

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

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

 a { background-color: rgb(105,169,201); }

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

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

 span { border-color: rgb(105,169,201); }

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