#6A95CD

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

Shades of Picton Blue #6A95CD

Tints of Picton Blue #6A95CD

Color information

#6A95CD (or 0x6A95CD) is unknown color: approx Picton Blue. HEX triplet: 6A, 95 and CD. RGB value is (106,149,205). Sum of RGB (Red+Green+Blue) = 106+149+205=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A95CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A95CD is #956A32. Grayscale: #8E8E8E. Windows color (decimal): -9792051 or 13473130. OLE color: 13473130.

HSL color Cylindrical-coordinate representation of color #6A95CD: hue angle of 213.94º 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 #6A95CD is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106149205-
CMYK0.480.2700.20
HSL213.94º49.75%60.98%-
HSV(B)213.94º48.29%80.39%-
XYZ27.7128.9761.89-
YUV142.53163.25101.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.04%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=23.04%
G=32.39%
B=44.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061492050.480.2700.20213.9449.7560.98
Hex6A95CD301B014d6323d
Octal15222531560330243266275
Binary110101010010101110011011100001101101010011010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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