Html Css Color HEX #6D9FCD Picton Blue

📋 copy color: '#6D9FCD'

red 109 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #6D9FCD

Tints of Picton Blue #6D9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

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

R = 23.04%
G = 33.62%
B = 43.34%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D9FCD (or 0x6D9FCD) is known color: Picton Blue. HEX triplet: 6D, 9F and CD. RGB value is (109,159,205). Sum of RGB (Red+Green+Blue) = 109+159+205=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FCD is #926032. Grayscale: #959595. Windows color (decimal): -9592883 or 13475693. OLE color: 13475693.

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

Color convert

RGB 109 159 205 -
CMYK 0.47 0.22 0 0.20
HSL 208.75º 0.49% 0.62% -
HSV(B) 208.75º 0.47% 0.8% -
XYZ 29.72 32.46 62.46 -
YUV 149.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 109 159 205 0.47 0.22 0 0.20 208.75 0.49 0.62
Hex 6D 9F CD 2F 16 0 14 D1 31 3E
Octal 155 237 315 57 26 0 24 321 61 76
Binary 1101101 10011111 11001101 101111 10110 0 10100 11010001 110001 111110

Color Harmonies of #6D9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9FCD

Black with #6D9FCD

Text Example


Text Example

White with #6D9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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