#6A9ACD

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

Shades of Picton Blue #6A9ACD

Tints of Picton Blue #6A9ACD

Color information

#6A9ACD (or 0x6A9ACD) is unknown color: approx Picton Blue. HEX triplet: 6A, 9A and CD. RGB value is (106,154,205). Sum of RGB (Red+Green+Blue) = 106+154+205=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9ACD is #956532. Grayscale: #919191. Windows color (decimal): -9790771 or 13474410. OLE color: 13474410.

HSL color Cylindrical-coordinate representation of color #6A9ACD: hue angle of 210.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A9ACD is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106154205-
CMYK0.480.2500.20
HSL210.91º49.75%60.98%-
HSV(B)210.91º48.29%80.39%-
XYZ28.5230.5862.16-
YUV145.46161.699.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=22.80%
G=33.12%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061542050.480.2500.20210.9149.7560.98
Hex6A9ACD3019014d3323d
Octal15223231560310243236275
Binary110101010011010110011011100001100101010011010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A9ACD; }

 p { color: rgb(106,154,205); }

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

<style>
 a { background-color: #6A9ACD; }

 a { background-color: rgb(106,154,205); }

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

<style>
 span { border-color: #6A9ACD; }

 span { border-color: rgb(106,154,205); }

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