Html Css Color HEX #6D9DCD Picton Blue

📋 copy color: '#6D9DCD'

red 109 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #6D9DCD

Tints of Picton Blue #6D9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 23.14%
G = 33.33%
B = 43.52%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D9DCD (or 0x6D9DCD) is known color: Picton Blue. HEX triplet: 6D, 9D and CD. RGB value is (109,157,205). Sum of RGB (Red+Green+Blue) = 109+157+205=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DCD is #926232. Grayscale: #939393. Windows color (decimal): -9593395 or 13475181. OLE color: 13475181.

HSL color Cylindrical-coordinate representation of color #6D9DCD: hue angle of 210º 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 #6D9DCD is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 157 205 -
CMYK 0.47 0.23 0 0.20
HSL 210º 0.49% 0.62% -
HSV(B) 210º 0.47% 0.8% -
XYZ 29.38 31.77 62.34 -
YUV 148.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 109 157 205 0.47 0.23 0 0.20 210 0.49 0.62
Hex 6D 9D CD 2F 17 0 14 D2 31 3E
Octal 155 235 315 57 27 0 24 322 61 76
Binary 1101101 10011101 11001101 101111 10111 0 10100 11010010 110001 111110

Color Harmonies of #6D9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9DCD

Black with #6D9DCD

Text Example


Text Example

White with #6D9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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