#6D9CCD

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

Shades of Picton Blue #6D9CCD

Tints of Picton Blue #6D9CCD

Color information

#6D9CCD (or 0x6D9CCD) is unknown color: approx Picton Blue. HEX triplet: 6D, 9C and CD. RGB value is (109,156,205). Sum of RGB (Red+Green+Blue) = 109+156+205=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CCD is #926332. Grayscale: #939393. Windows color (decimal): -9593651 or 13474925. OLE color: 13474925.

HSL color Cylindrical-coordinate representation of color #6D9CCD: hue angle of 210.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D9CCD is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109156205-
CMYK0.470.2400.20
HSL210.62º48.98%61.57%-
HSV(B)210.62º46.83%80.39%-
XYZ29.2131.4462.29-
YUV147.53160.43100.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=23.19%
G=33.19%
B=43.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091562050.470.2400.20210.6248.9861.57
Hex6D9CCD2F18014d3313e
Octal15523431557300243236176
Binary110110110011100110011011011111100001010011010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,156,205); }

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

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

 a { background-color: rgb(109,156,205); }

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

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

 span { border-color: rgb(109,156,205); }

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