#6D9ACA

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

Shades of Picton Blue #6D9ACA

Tints of Picton Blue #6D9ACA

Color information

#6D9ACA (or 0x6D9ACA) is unknown color: approx Picton Blue. HEX triplet: 6D, 9A and CA. RGB value is (109,154,202). Sum of RGB (Red+Green+Blue) = 109+154+202=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ACA is #926535. Grayscale: #919191. Windows color (decimal): -9594166 or 13277805. OLE color: 13277805.

HSL color Cylindrical-coordinate representation of color #6D9ACA: hue angle of 210.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D9ACA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109154202-
CMYK0.460.2400.21
HSL210.97º46.73%60.98%-
HSV(B)210.97º46.04%79.22%-
XYZ28.5230.6360.29-
YUV146.02159.59101.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=23.44%
G=33.12%
B=43.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091542020.460.2400.21210.9746.7360.98
Hex6D9ACA2E18015d32f3d
Octal15523231256300253235775
Binary110110110011010110010101011101100001010111010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,202); }

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

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

 a { background-color: rgb(109,154,202); }

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

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

 span { border-color: rgb(109,154,202); }

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