#6A95D1

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

Shades of Picton Blue #6A95D1

Tints of Picton Blue #6A95D1

Color information

#6A95D1 (or 0x6A95D1) is unknown color: approx Picton Blue. HEX triplet: 6A, 95 and D1. RGB value is (106,149,209). Sum of RGB (Red+Green+Blue) = 106+149+209=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A95D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A95D1 is #956A2E. Grayscale: #8E8E8E. Windows color (decimal): -9792047 or 13735274. OLE color: 13735274.

HSL color Cylindrical-coordinate representation of color #6A95D1: hue angle of 214.95º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A95D1 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106149209-
CMYK0.490.2900.18
HSL214.95º52.82%61.76%-
HSV(B)214.95º49.28%81.96%-
XYZ28.229.1664.46-
YUV142.98165.25101.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=22.84%
G=32.11%
B=45.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1061492090.490.2900.18214.9552.8261.76
Hex6A95D1311D012d7353e
Octal15222532161350223276576
Binary110101010010101110100011100011110101001011010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,209); }

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

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

 a { background-color: rgb(106,149,209); }

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

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

 span { border-color: rgb(106,149,209); }

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