Html Css Color HEX #6E9FCF Picton Blue

📋 copy color: '#6E9FCF'

red 110 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #6E9FCF

Tints of Picton Blue #6E9FCF

RGB

 RED value IS 110 (43.36% from 255) = 23.11%

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

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

R = 23.11%
G = 33.4%
B = 43.49%

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

#6E9FCF (or 0x6E9FCF) is known color: Picton Blue. HEX triplet: 6E, 9F and CF. RGB value is (110,159,207). Sum of RGB (Red+Green+Blue) = 110+159+207=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FCF is #916030. Grayscale: #959595. Windows color (decimal): -9527345 or 13606766. OLE color: 13606766.

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

Color convert

RGB 110 159 207 -
CMYK 0.47 0.23 0 0.19
HSL 209.69º 0.5% 0.62% -
HSV(B) 209.69º 0.47% 0.81% -
XYZ 30.09 32.62 63.74 -
YUV 149.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 110 159 207 0.47 0.23 0 0.19 209.69 0.5 0.62
Hex 6E 9F CF 2F 17 0 13 D2 32 3E
Octal 156 237 317 57 27 0 23 322 62 76
Binary 1101110 10011111 11001111 101111 10111 0 10011 11010010 110010 111110

Color Harmonies of #6E9FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FCF

Black with #6E9FCF

Text Example


Text Example

White with #6E9FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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