#6E97CE

Color #6E97CE Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6E97CE

Tints of Picton Blue #6E97CE

Color information

#6E97CE (or 0x6E97CE) is unknown color: approx Picton Blue. HEX triplet: 6E, 97 and CE. RGB value is (110,151,206). Sum of RGB (Red+Green+Blue) = 110+151+206=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E97CE is #916831. Grayscale: #909090. Windows color (decimal): -9529394 or 13539182. OLE color: 13539182.

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

Color convert

RGB110151206-
CMYK0.470.2700.19
HSL214.38º49.48%61.96%-
HSV(B)214.38º46.6%80.78%-
XYZ28.6429.962.66-
YUV145.01162.42103.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=23.55%
G=32.33%
B=44.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101512060.470.2700.19214.3849.4861.96
Hex6E97CE2F1B013d6313e
Octal15622731657330233266176
Binary110111010010111110011101011111101101001111010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,206); }

 H1.HeaderClassName
 {
   color: #6E97CE;
 }
 .AnyTagClassName
 {
   color: #6E97CE;
 }
</style>
background-color css

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

 a { background-color: rgb(110,151,206); }

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

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

 span { border-color: rgb(110,151,206); }

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