#6F9ACB

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

Shades of Picton Blue #6F9ACB

Tints of Picton Blue #6F9ACB

Color information

#6F9ACB (or 0x6F9ACB) is unknown color: approx Picton Blue. HEX triplet: 6F, 9A and CB. RGB value is (111,154,203). Sum of RGB (Red+Green+Blue) = 111+154+203=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ACB is #906534. Grayscale: #929292. Windows color (decimal): -9463093 or 13343343. OLE color: 13343343.

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

Color convert

RGB111154203-
CMYK0.450.2400.20
HSL211.96º46.94%61.57%-
HSV(B)211.96º45.32%79.61%-
XYZ28.8930.860.92-
YUV146.73159.75102.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=23.72%
G=32.91%
B=43.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111542030.450.2400.20211.9646.9461.57
Hex6F9ACB2D18014d42f3e
Octal15723231355300243245776
Binary110111110011010110010111011011100001010011010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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