#6F9CCB

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

Shades of Picton Blue #6F9CCB

Tints of Picton Blue #6F9CCB

Color information

#6F9CCB (or 0x6F9CCB) is unknown color: approx Picton Blue. HEX triplet: 6F, 9C and CB. RGB value is (111,156,203). Sum of RGB (Red+Green+Blue) = 111+156+203=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CCB is #906334. Grayscale: #939393. Windows color (decimal): -9462581 or 13343855. OLE color: 13343855.

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

Color convert

RGB111156203-
CMYK0.450.2300.20
HSL210.65º46.94%61.57%-
HSV(B)210.65º45.32%79.61%-
XYZ29.2231.4761.03-
YUV147.9159.09101.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=23.62%
G=33.19%
B=43.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111562030.450.2300.20210.6546.9461.57
Hex6F9CCB2D17014d32f3e
Octal15723431355270243235776
Binary110111110011100110010111011011011101010011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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