Html Css Color HEX #6D9AD1 Picton Blue

📋 copy color: '#6D9AD1'

red 109 ◦ green 154 ◦ blue 209

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

Shades of Picton Blue #6D9AD1

Tints of Picton Blue #6D9AD1

RGB

 RED value IS 109 (42.97% from 255) = 23.09%

 GREEN value IS 154 (60.55% from 255) = 32.63%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 23.09%
G = 32.63%
B = 44.28%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D9AD1 (or 0x6D9AD1) is known color: Picton Blue. HEX triplet: 6D, 9A and D1. RGB value is (109,154,209). Sum of RGB (Red+Green+Blue) = 109+154+209=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D9AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9AD1 is #92652E. Grayscale: #929292. Windows color (decimal): -9594159 or 13736557. OLE color: 13736557.

HSL color Cylindrical-coordinate representation of color #6D9AD1: hue angle of 213º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D9AD1 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 154 209 -
CMYK 0.48 0.26 0 0.18
HSL 213º 0.52% 0.62% -
HSV(B) 213º 0.48% 0.82% -
XYZ 29.37 30.97 64.75 -
YUV 146.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 109 154 209 0.48 0.26 0 0.18 213 0.52 0.62
Hex 6D 9A D1 30 1A 0 12 D5 34 3E
Octal 155 232 321 60 32 0 22 325 64 76
Binary 1101101 10011010 11010001 110000 11010 0 10010 11010101 110100 111110

Color Harmonies of #6D9AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9AD1

Black with #6D9AD1

Text Example


Text Example

White with #6D9AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D9AD1;
 }
 .AnyTagClassName
 {
   color: #6D9AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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