Html Css Color HEX #6D9FCF Picton Blue

📋 copy color: '#6D9FCF'

red 109 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #6D9FCF

Tints of Picton Blue #6D9FCF

RGB

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

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

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

R = 22.95%
G = 33.47%
B = 43.58%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D9FCF (or 0x6D9FCF) is known color: Picton Blue. HEX triplet: 6D, 9F and CF. RGB value is (109,159,207). Sum of RGB (Red+Green+Blue) = 109+159+207=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FCF is #926030. Grayscale: #959595. Windows color (decimal): -9592881 or 13606765. OLE color: 13606765.

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

Color convert

RGB 109 159 207 -
CMYK 0.47 0.23 0 0.19
HSL 209.39º 0.51% 0.62% -
HSV(B) 209.39º 0.47% 0.81% -
XYZ 29.97 32.55 63.74 -
YUV 149.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 109 159 207 0.47 0.23 0 0.19 209.39 0.51 0.62
Hex 6D 9F CF 2F 17 0 13 D1 33 3E
Octal 155 237 317 57 27 0 23 321 63 76
Binary 1101101 10011111 11001111 101111 10111 0 10011 11010001 110011 111110

Color Harmonies of #6D9FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9FCF

Black with #6D9FCF

Text Example


Text Example

White with #6D9FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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