#69A8CF

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

Shades of Picton Blue #69A8CF

Tints of Picton Blue #69A8CF

Color information

#69A8CF (or 0x69A8CF) is unknown color: approx Picton Blue. HEX triplet: 69, A8 and CF. RGB value is (105,168,207). Sum of RGB (Red+Green+Blue) = 105+168+207=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #69A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8CF is #965730. Grayscale: #999999. Windows color (decimal): -9852721 or 13609065. OLE color: 13609065.

HSL color Cylindrical-coordinate representation of color #69A8CF: hue angle of 202.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69A8CF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105168207-
CMYK0.490.1900.19
HSL202.94º51.52%61.18%-
HSV(B)202.94º49.28%81.18%-
XYZ31.0935.5164.25-
YUV153.61158.1393.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=21.88%
G=35%
B=43.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051682070.490.1900.19202.9451.5261.18
Hex69A8CF3113013cb343d
Octal15125031761230233136475
Binary110100110101000110011111100011001101001111001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,168,207); }

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

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

 a { background-color: rgb(105,168,207); }

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

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

 span { border-color: rgb(105,168,207); }

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