#6FA4CF

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

Shades of Picton Blue #6FA4CF

Tints of Picton Blue #6FA4CF

Color information

#6FA4CF (or 0x6FA4CF) is unknown color: approx Picton Blue. HEX triplet: 6F, A4 and CF. RGB value is (111,164,207). Sum of RGB (Red+Green+Blue) = 111+164+207=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA4CF is #905B30. Grayscale: #989898. Windows color (decimal): -9460529 or 13608047. OLE color: 13608047.

HSL color Cylindrical-coordinate representation of color #6FA4CF: hue angle of 206.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FA4CF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111164207-
CMYK0.460.2100.19
HSL206.88º50%62.35%-
HSV(B)206.88º46.38%81.18%-
XYZ31.0934.4464.04-
YUV153.06158.4498-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=23.03%
G=34.02%
B=42.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111642070.460.2100.19206.885062.35
Hex6FA4CF2E15013cf323e
Octal15724431756250233176276
Binary110111110100100110011111011101010101001111001111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,207); }

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

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

 a { background-color: rgb(111,164,207); }

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

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

 span { border-color: rgb(111,164,207); }

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