#6D9DCC

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

Shades of Picton Blue #6D9DCC

Tints of Picton Blue #6D9DCC

Color information

#6D9DCC (or 0x6D9DCC) is unknown color: approx Picton Blue. HEX triplet: 6D, 9D and CC. RGB value is (109,157,204). Sum of RGB (Red+Green+Blue) = 109+157+204=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DCC is #926233. Grayscale: #939393. Windows color (decimal): -9593396 or 13409645. OLE color: 13409645.

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

Color convert

RGB109157204-
CMYK0.470.2300.2
HSL209.68º48.22%61.37%-
HSV(B)209.68º46.57%80%-
XYZ29.2631.7261.71-
YUV148.01159.6100.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=23.19%
G=33.40%
B=43.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091572040.470.2300.2209.6848.2261.37
Hex6D9DCC2F17014d2303d
Octal15523531457270243226075
Binary110110110011101110011001011111011101010011010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,157,204); }

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

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

 a { background-color: rgb(109,157,204); }

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

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

 span { border-color: rgb(109,157,204); }

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