#69A5CF

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

Shades of Picton Blue #69A5CF

Tints of Picton Blue #69A5CF

Color information

#69A5CF (or 0x69A5CF) is unknown color: approx Picton Blue. HEX triplet: 69, A5 and CF. RGB value is (105,165,207). Sum of RGB (Red+Green+Blue) = 105+165+207=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #69A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5CF is #965A30. Grayscale: #979797. Windows color (decimal): -9853489 or 13608297. OLE color: 13608297.

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

Color convert

RGB105165207-
CMYK0.490.2000.19
HSL204.71º51.52%61.18%-
HSV(B)204.71º49.28%81.18%-
XYZ30.5434.4264.07-
YUV151.85159.1294.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=22.01%
G=34.59%
B=43.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051652070.490.2000.19204.7151.5261.18
Hex69A5CF3114013cd343d
Octal15124531761240233156475
Binary110100110100101110011111100011010001001111001101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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