Html Css Color HEX #6D9CCD Picton Blue

📋 copy color: '#6D9CCD'

red 109 ◦ green 156 ◦ blue 205

#6D9CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #6D9CCD

Tints of Picton Blue #6D9CCD

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 value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D9CCD (or 0x6D9CCD) is known color: 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

RGB 109 156 205 -
CMYK 0.47 0.24 0 0.20
HSL 210.63º 0.49% 0.62% -
HSV(B) 210.63º 0.47% 0.8% -
XYZ 29.21 31.44 62.29 -
YUV 147.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 109 156 205 0.47 0.24 0 0.20 210.63 0.49 0.62
Hex 6D 9C CD 2F 18 0 14 D3 31 3E
Octal 155 234 315 57 30 0 24 323 61 76
Binary 1101101 10011100 11001101 101111 11000 0 10100 11010011 110001 111110

Color Harmonies of #6D9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9CCD

Black with #6D9CCD

Text Example


Text Example

White with #6D9CCD

Text Example


Text Example

HTML Codes & Css Web 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>