#69A7D7

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

Shades of Picton Blue #69A7D7

Tints of Picton Blue #69A7D7

Color information

#69A7D7 (or 0x69A7D7) is unknown color: approx Picton Blue. HEX triplet: 69, A7 and D7. RGB value is (105,167,215). Sum of RGB (Red+Green+Blue) = 105+167+215=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #69A7D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A7D7 is #965828. Grayscale: #999999. Windows color (decimal): -9852969 or 14133097. OLE color: 14133097.

HSL color Cylindrical-coordinate representation of color #69A7D7: hue angle of 206.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A7D7 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105167215-
CMYK0.510.2200.16
HSL206.18º57.89%62.75%-
HSV(B)206.18º51.16%84.31%-
XYZ31.9135.5569.47-
YUV153.93162.4693.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=21.56%
G=34.29%
B=44.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051672150.510.2200.16206.1857.8962.75
Hex69A7D73316010ce3a3f
Octal15124732763260203167277
Binary110100110100111110101111100111011001000011001110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,167,215); }

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

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

 a { background-color: rgb(105,167,215); }

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

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

 span { border-color: rgb(105,167,215); }

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