#6F9FCB

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

Shades of Picton Blue #6F9FCB

Tints of Picton Blue #6F9FCB

Color information

#6F9FCB (or 0x6F9FCB) is unknown color: approx Picton Blue. HEX triplet: 6F, 9F and CB. RGB value is (111,159,203). Sum of RGB (Red+Green+Blue) = 111+159+203=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FCB is #906034. Grayscale: #959595. Windows color (decimal): -9461813 or 13344623. OLE color: 13344623.

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

Color convert

RGB111159203-
CMYK0.450.2200.20
HSL208.7º46.94%61.57%-
HSV(B)208.7º45.32%79.61%-
XYZ29.7332.4961.2-
YUV149.66158.1100.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=23.47%
G=33.62%
B=42.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111592030.450.2200.20208.746.9461.57
Hex6F9FCB2D16014d12f3e
Octal15723731355260243215776
Binary110111110011111110010111011011011001010011010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,159,203); }

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

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

 a { background-color: rgb(111,159,203); }

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

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

 span { border-color: rgb(111,159,203); }

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