#6F96CD

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

Shades of Picton Blue #6F96CD

Tints of Picton Blue #6F96CD

Color information

#6F96CD (or 0x6F96CD) is unknown color: approx Picton Blue. HEX triplet: 6F, 96 and CD. RGB value is (111,150,205). Sum of RGB (Red+Green+Blue) = 111+150+205=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F96CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96CD is #906932. Grayscale: #909090. Windows color (decimal): -9464115 or 13473391. OLE color: 13473391.

HSL color Cylindrical-coordinate representation of color #6F96CD: hue angle of 215.11º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F96CD is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111150205-
CMYK0.460.2700.20
HSL215.11º48.45%61.96%-
HSV(B)215.11º45.85%80.39%-
XYZ28.4829.661.97-
YUV144.61162.08104.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=23.82%
G=32.19%
B=43.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111502050.460.2700.20215.1148.4561.96
Hex6F96CD2E1B014d7303e
Octal15722631556330243276076
Binary110111110010110110011011011101101101010011010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,205); }

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

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

 a { background-color: rgb(111,150,205); }

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

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

 span { border-color: rgb(111,150,205); }

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