#6A9CD2

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

Shades of Picton Blue #6A9CD2

Tints of Picton Blue #6A9CD2

Color information

#6A9CD2 (or 0x6A9CD2) is unknown color: approx Picton Blue. HEX triplet: 6A, 9C and D2. RGB value is (106,156,210). Sum of RGB (Red+Green+Blue) = 106+156+210=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #6A9CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9CD2 is #95632D. Grayscale: #929292. Windows color (decimal): -9790254 or 13802602. OLE color: 13802602.

HSL color Cylindrical-coordinate representation of color #6A9CD2: hue angle of 211.15º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A9CD2 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106156210-
CMYK0.500.2600.18
HSL211.15º53.61%61.96%-
HSV(B)211.15º49.52%82.35%-
XYZ29.4731.4965.5-
YUV147.21163.4498.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 210 (82.42% from 255) = 44.49%
R=22.46%
G=33.05%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1061562100.500.2600.18211.1553.6161.96
Hex6A9CD2321A012d3363e
Octal15223432262320223236676
Binary110101010011100110100101100101101001001011010011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,156,210); }

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

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

 a { background-color: rgb(106,156,210); }

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

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

 span { border-color: rgb(106,156,210); }

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