#69A6CD

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

Shades of Picton Blue #69A6CD

Tints of Picton Blue #69A6CD

Color information

#69A6CD (or 0x69A6CD) is unknown color: approx Picton Blue. HEX triplet: 69, A6 and CD. RGB value is (105,166,205). Sum of RGB (Red+Green+Blue) = 105+166+205=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #69A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6CD is #965932. Grayscale: #979797. Windows color (decimal): -9853235 or 13477481. OLE color: 13477481.

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

Color convert

RGB105166205-
CMYK0.490.1900.20
HSL203.4º50%60.78%-
HSV(B)203.4º48.78%80.39%-
XYZ30.4834.6862.85-
YUV152.21157.7994.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=22.06%
G=34.87%
B=43.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051662050.490.1900.20203.45060.78
Hex69A6CD3113014cb323d
Octal15124631561230243136275
Binary110100110100110110011011100011001101010011001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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