Html Css Color HEX #6D9ECF Picton Blue

📋 copy color: '#6D9ECF'

red 109 ◦ green 158 ◦ blue 207

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

Shades of Picton Blue #6D9ECF

Tints of Picton Blue #6D9ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 23%
G = 33.33%
B = 43.67%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D9ECF (or 0x6D9ECF) is known color: Picton Blue. HEX triplet: 6D, 9E and CF. RGB value is (109,158,207). Sum of RGB (Red+Green+Blue) = 109+158+207=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D9ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ECF is #926130. Grayscale: #949494. Windows color (decimal): -9593137 or 13606509. OLE color: 13606509.

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

Color convert

RGB 109 158 207 -
CMYK 0.47 0.24 0 0.19
HSL 210º 0.51% 0.62% -
HSV(B) 210º 0.47% 0.81% -
XYZ 29.8 32.21 63.68 -
YUV 148.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 109 158 207 0.47 0.24 0 0.19 210 0.51 0.62
Hex 6D 9E CF 2F 18 0 13 D2 33 3E
Octal 155 236 317 57 30 0 23 322 63 76
Binary 1101101 10011110 11001111 101111 11000 0 10011 11010010 110011 111110

Color Harmonies of #6D9ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9ECF

Black with #6D9ECF

Text Example


Text Example

White with #6D9ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,158,207); }

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

background-color css

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

 a { background-color: rgb(109,158,207); }

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

border-color css

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

 span { border-color: rgb(109,158,207); }

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