#69A0CD

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

Shades of Picton Blue #69A0CD

Tints of Picton Blue #69A0CD

Color information

#69A0CD (or 0x69A0CD) is unknown color: approx Picton Blue. HEX triplet: 69, A0 and CD. RGB value is (105,160,205). Sum of RGB (Red+Green+Blue) = 105+160+205=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #69A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A0CD is #965F32. Grayscale: #949494. Windows color (decimal): -9854771 or 13475945. OLE color: 13475945.

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

Color convert

RGB105160205-
CMYK0.490.2200.20
HSL207º50%60.78%-
HSV(B)207º48.78%80.39%-
XYZ29.4232.5562.49-
YUV148.68159.7896.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.34%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=22.34%
G=34.04%
B=43.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051602050.490.2200.202075060.78
Hex69A0CD3116014cf323d
Octal15124031561260243176275
Binary110100110100000110011011100011011001010011001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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